Package-level declarations

Types

Link copied to clipboard

Provides the API for showing content preview as thumbnails while seeking a.k.a "Thumbnail Preview".

Link copied to clipboard
class ThumbnailPreviewImpl(appContext: Context, endpointURL: String, videoDurationMs: Long, maxConcurrentThumbnailDownloads: Int, thumbnailPreviewConfig: ThumbnailPreviewConfig?, playerInitialPositionMs: Long) : ThumbnailPreview

Concrete implementation of the ThumbnailPreview interface for the Thumbnail Scrubbing feature of the player.

Properties

Link copied to clipboard
Link copied to clipboard
const val DEFAULT_NO_OF_COLUMNS: Int = 10
Link copied to clipboard
const val DEFAULT_NO_OF_ROWS: Int = 10
Link copied to clipboard
const val DEFAULT_THUMBNAIL_HEIGHT: Int = 108
Link copied to clipboard
const val DEFAULT_THUMBNAIL_WIDTH: Int = 192