SubtitleTrackAdded

data class SubtitleTrackAdded(subtitleTrack: SubtitleTrack) : SourceEvent

Emitted when a new SubtitleTrack is added.

Constructors

Link copied to clipboard
fun SubtitleTrackAdded(subtitleTrack: SubtitleTrack)

Properties

Link copied to clipboard
@SerializedName(value = "subtitle")
val subtitleTrack: SubtitleTrack

The added SubtitleTrack.