SeekThumbnail
data class SeekThumbnail(val seekThumbnailUrls: List<String>, val frameDurationPerThumbnail: Int, val totalThumbnailCount: Int, val thumbnailsPerImage: Int)(source)
Preview thumbnails shown above the seek bar while scrubbing. Bunny generates them as sprite sheets (a grid of frames per image); the player picks the right frame for the hovered position.
Constructors
Properties
Link copied to clipboard
how much video time one frame covers, in milliseconds.
Link copied to clipboard
URLs of the sprite-sheet images, in playback order.
Link copied to clipboard
number of frames in one sprite sheet.
Link copied to clipboard
total number of preview frames across all sprite sheets.