CueExit

data class CueExit(cue: Cue) : PlayerEvent

Emitted when an active subtitle cue transitions into the inactive status.

Constructors

Link copied to clipboard
fun CueExit(cue: Cue)

Properties

Link copied to clipboard
var cue: Cue

The Cue representing the cue.

Link copied to clipboard
val end: Double

The end time of the cue.

Link copied to clipboard
val html: String?

The html of the cue.

Link copied to clipboard
val image: Bitmap?

The image of the cue.

Link copied to clipboard
val start: Double

The start time of the cue.

Link copied to clipboard
val text: String?

The text of the cue.