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
Properties
| Name | Summary |
|---|---|
| end | val end: Double The end time of the thumbnail. |
| height | val height: Int The height of the thumbnail. |
| start | val start: Double The start time of the thumbnail. |
| text | val text: String The raw cue data. |
| uri | val uri: Uri The URI of the sprite sheet. |
| width | val width: Int The width of the thumbnail. |
| x | val x: Int The horizontal offset of the thumbnail in its sprite sheet. |
| y | val y: Int The vertical offset of the thumbnail in its sprite sheet. |