WebVTTThumbnailMetadata

data class WebVTTThumbnailMetadata(val thumbnailTimeRange: LongRange, val thumbnailURL: String)

Represents a thumbnail metadata

Constructors

Link copied to clipboard
constructor(thumbnailTimeRange: LongRange, thumbnailURL: String)

Properties

Link copied to clipboard

The range of time values when a given thumbnail is available in the stream.

Link copied to clipboard

The URL used to download a given thumbnail.