CueEnter

data class CueEnter(val cue: Cue) : PlayerEvent

Emitted when a subtitle cue transitions into the active status.

Constructors

Link copied to clipboard
constructor(cue: Cue)

Properties

Link copied to clipboard
val cue: Cue

The Cue representing the cue.

Link copied to clipboard
val end: Double

The end time of the cue. See Cue.end.

Link copied to clipboard
val html: String?

The html of the cue. See Cue.html.

Link copied to clipboard

The image of the cue. See Cue.image.

Link copied to clipboard

The start time of the cue. See Cue.start.

Link copied to clipboard
val text: String?

The text of the cue. See Cue.text.