SubtitleAdded

data class SubtitleAdded(subtitleTrack: SubtitleTrack) : SourceEvent

Emitted when a new SubtitleTrack is added.

Constructors

SubtitleAdded
Link copied to clipboard
fun SubtitleAdded(subtitleTrack: SubtitleTrack)

Properties

subtitleTrack
Link copied to clipboard
@SerializedName(value = subtitle)
val subtitleTrack: SubtitleTrack
The added SubtitleTrack.

Inherited properties

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