Player Module
/
com.bitmovin.player.api.media.thumbnail
/
Thumbnail
Thumbnail
data class
Thumbnail
(start:
Double
, end:
Double
, x:
Int
, y:
Int
, width:
Int
, height:
Int
, uri:
Uri
, text:
String
)
Content copied to clipboard
Represents a thumbnail image.
Constructors
Properties
Constructors
Thumbnail
Link copied to clipboard
fun
Thumbnail
(start:
Double
, end:
Double
, x:
Int
, y:
Int
, width:
Int
, height:
Int
, uri:
Uri
, text:
String
)
Content copied to clipboard
Properties
end
Link copied to clipboard
val
end
:
Double
Content copied to clipboard
The end time of the thumbnail.
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
The height of the thumbnail.
start
Link copied to clipboard
val
start
:
Double
Content copied to clipboard
The start time of the thumbnail.
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard
The raw cue data.
uri
Link copied to clipboard
val
uri
:
Uri
Content copied to clipboard
The URI of the sprite sheet.
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
The width of the thumbnail.
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
The horizontal offset of the thumbnail in its sprite sheet.
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard
The vertical offset of the thumbnail in its sprite sheet.