#import <VLCMediaThumbnailer.h>
Instance Methods | |
| (void) | - fetchThumbnail |
Class Methods | |
| (VLCMediaThumbnailer *) | + thumbnailerWithMedia:andDelegate: |
| (VLCMediaThumbnailer *) | + thumbnailerWithMedia:delegate:andVLCLibrary: |
Properties | |
| id< VLCMediaThumbnailerDelegate > | delegate |
| VLCMedia * | media |
| CGImageRef | thumbnail |
| CGFloat | thumbnailHeight |
| CGFloat | thumbnailWidth |
| float | snapshotPosition |
a facility allowing you to do thumbnails in an efficient manner
| - (void) fetchThumbnail |
Starts the thumbnailing process
| + (VLCMediaThumbnailer *) thumbnailerWithMedia: | (VLCMedia *) | media | |
| andDelegate: | (id< VLCMediaThumbnailerDelegate >) | delegate | |
initializer
| media | the media item to thumbnail |
| delegate | the delegate implementing the required protocol |
| + (VLCMediaThumbnailer *) thumbnailerWithMedia: | (VLCMedia *) | media | |
| delegate: | (id< VLCMediaThumbnailerDelegate >) | delegate | |
| andVLCLibrary: | (nullable VLCLibrary *) | library | |
initializer
| media | the media item to thumbnail |
| delegate | the delegate implementing the required protocol |
| library | a library instance, potentially configured by you in a special way |
|
readwritenonatomicweak |
delegate object associated with the thumbnailer instance implementing the required protocol
|
readwritenonatomicassign |
the media object that is being thumbnailed
|
readwritenonatomicassign |
Snapshot Position You shouldn't change this after -fetchThumbnail has been called.
|
readwritenonatomicassign |
The thumbnail created for the media object
|
readwritenonatomicassign |
Thumbnail Height You shouldn't change this after -fetchThumbnail has been called.
|
readwritenonatomicassign |
Thumbnail Width You shouldn't change this after -fetchThumbnail has been called.
1.8.17