Data Structures | |
class | TXImageSprite |
The image sprite parsing tool.
class TXImageSprite |
Instance Methods | |
(void) | - setVTTUrl:imageUrls: |
(UIImage *) | - getThumbnail: |
- (UIImage *) getThumbnail: | (GLfloat) | time |
This API is used to get a thumbnail.
time | The time point in seconds |
- (void) setVTTUrl: | (NSURL *) | vttUrl | |
imageUrls: | (NSArray< NSURL * > *) | images | |
This API is used to set the image sprite URL.
vttUrl | The VTT URL |
images | The list of images in the image sprite |