PreviewThumbnailsInfo

data class PreviewThumbnailsInfo(val count: Long, val distanceInMS: Long)

Information about thumbnail previews. This is required to get prefetching to work correctly.

Constructors

Link copied to clipboard
constructor(count: Long, distanceInMS: Long)

Properties

Link copied to clipboard
val count: Long

How many preview thumbnails are there for this video

Link copied to clipboard

The distance between each thumbnail in milliseconds.