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

Link copied to clipboard
constructor(seekThumbnailUrls: List<String>, frameDurationPerThumbnail: Int, totalThumbnailCount: Int, thumbnailsPerImage: Int)

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.