Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
CueExit
Cue
Exit
data class
CueExit
(cue:
Cue
) :
PlayerEvent
Content copied to clipboard
Emitted when an active subtitle cue transitions into the inactive status.
Constructors
Properties
Inherited properties
Constructors
CueExit
Link copied to clipboard
fun
CueExit
(cue:
Cue
)
Content copied to clipboard
Properties
cue
Link copied to clipboard
var
cue
:
Cue
Content copied to clipboard
The
Cue
representing the cue.
end
Link copied to clipboard
val
end
:
Double
Content copied to clipboard
The end time of the cue.
html
Link copied to clipboard
val
html
:
String
?
Content copied to clipboard
The html of the cue.
image
Link copied to clipboard
val
image
:
Bitmap
?
Content copied to clipboard
The image of the cue.
start
Link copied to clipboard
val
start
:
Double
Content copied to clipboard
The start time of the cue.
text
Link copied to clipboard
val
text
:
String
?
Content copied to clipboard
The text of the cue.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.