API | Description |
Set the sprite sheet address. | |
Retrieve a thumbnail. |
- (void)setVTTUrl:(NSURL *)vttUrl imageUrls:(NSArray<NSURL *> *)images;
Parameter Name | Type | Description |
vttUrl | NSURL | sprite sheet web vtt description file download URL. |
images | NSArray<NSURL *> | sprite sheet image download URL. |
- (UIImage *)getThumbnail:(GLfloat)time;
Parameter Name | Type | Description |
time | GLfloat | Time point, unit: seconds. |
Feedback