CueEnter

data class CueEnter(cue: Cue) : PlayerEvent

Emitted when a subtitle cue transitions into the active status.

Constructors

CueEnter
Link copied to clipboard
fun CueEnter(cue: Cue)

Properties

cue
Link copied to clipboard
val cue: Cue
The Cue representing the cue.
end
Link copied to clipboard
val end: Double
The end time of the cue.
html
Link copied to clipboard
val html: String?
The html of the cue.
image
Link copied to clipboard
val image: Bitmap?
The image of the cue.
start
Link copied to clipboard
val start: Double
The start time of the cue.
text
Link copied to clipboard
val text: String?
The text of the cue.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.