DropIOMovie Class Reference

Encapsulates the properties of a Drop.io movie asset. More...

#import <DropIOAsset.h>

Inherits DropIOAsset.

Collaboration diagram for DropIOMovie:

Collaboration graph
[legend]

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
UIImagethumbImage
 cached thumbnail image

Detailed Description

Encapsulates the properties of a Drop.io movie asset.

Member Function Documentation

- (BOOL) isThumbnailLoaded  

Returns true if the asset's thumbnail image has been loaded.

Returns:
Boolean true if the thumbnail is 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.

Parameters:
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.


Field Documentation

- (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:.


Property Documentation

- (NSURL *) converted [read, write, retain]

- (NSNumber *) duration [read, write, retain]

- (NSURL *) file [read, write, retain]

- (UIImage *) thumbImage [read, write, retain]

cached thumbnail image

Referenced by isThumbnailLoaded.

- (NSURL *) thumbnail [read, write, retain]


The documentation for this class was generated from the following files:

Generated on Thu May 21 13:52:19 2009 for DropKit by  doxygen 1.5.8