#import <DropIOAsset.h>
Inherits DropIOAsset.

Public Member Functions | |
| (BOOL) | - isThumbnailLoaded |
| Returns true if the asset's thumbnail image has been loaded. | |
| (void) | - whenThumbnailIsLoadedPerformSelector:target: |
| Sets up a callback method to be called after the asset's thumbnail image has finished loading. | |
| (void) | - releaseThumbnail |
Protected Attributes | |
| id | loadedTarget |
| NSObject to notify when thumbnail is loaded. | |
| SEL | loadedSel |
| method selector to call when thumbnail is loaded | |
Properties | |
| NSURL * | thumbnail |
| NSURL * | converted |
| NSURL * | file |
| NSNumber * | duration |
| UIImage * | thumbImage |
| cached thumbnail image | |
| - (BOOL) isThumbnailLoaded |
Returns true if the asset's thumbnail image has been loaded.
| - (void) releaseThumbnail |
Reimplemented from DropIOAsset.
| - (void) whenThumbnailIsLoadedPerformSelector: | (SEL) | selector | ||
| target: | (id) | obj | ||
Sets up a callback method to be called after the asset's thumbnail image has finished loading.
Sets the loadedTarget and loadedSel properties to be used after the thumbnail is loaded.
| selector | A method selector specifying the method to call when the thumbnail is loaded. | |
| obj | Target object id whose selector method is to be called when the thumbnail is loaded. |
- (SEL) loadedSel [protected] |
method selector to call when thumbnail is loaded
Referenced by whenThumbnailIsLoadedPerformSelector:target:.
- (id) loadedTarget [protected] |
NSObject to notify when thumbnail is loaded.
Referenced by whenThumbnailIsLoadedPerformSelector:target:.
- (NSURL *) converted [read, write, retain] |
- (NSNumber *) duration [read, write, retain] |
- (NSURL *) file [read, write, retain] |
- (UIImage *) thumbImage [read, write, retain] |
- (NSURL *) thumbnail [read, write, retain] |
1.5.8