Thumbnail

data class Thumbnail(val start: Double, val end: Double, val x: Int, val y: Int, val width: Int, val height: Int, val uri: Uri, val text: String)

Represents a thumbnail image.

Constructors

Link copied to clipboard
constructor(start: Double, end: Double, x: Int, y: Int, width: Int, height: Int, uri: Uri, text: String)

Properties

Link copied to clipboard
val end: Double

The end time of the thumbnail.

Link copied to clipboard
val height: Int

The height of the thumbnail.

Link copied to clipboard

The start time of the thumbnail.

Link copied to clipboard

The raw cue data.

Link copied to clipboard
val uri: Uri

The URI of the sprite sheet.

Link copied to clipboard
val width: Int

The width of the thumbnail.

Link copied to clipboard
val x: Int

The horizontal offset of the thumbnail in its sprite sheet.

Link copied to clipboard
val y: Int

The vertical offset of the thumbnail in its sprite sheet.