Thumbnail

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

Represents a thumbnail image.

Constructors

Link copied to clipboard
fun Thumbnail(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
val start: Double

The start time of the thumbnail.

Link copied to clipboard
val text: String

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.