SubtitleTracksChanged

data class SubtitleTracksChanged(val oldSubtitleTracks: List<SubtitleTrack>, val newSubtitleTracks: List<SubtitleTrack>) : SourceEvent

Emitted when the Source.availableSubtitleTracks changed.

Constructors

Link copied to clipboard
constructor(oldSubtitleTracks: List<SubtitleTrack>, newSubtitleTracks: List<SubtitleTrack>)

Properties

Link copied to clipboard

The subtitle tracks after the change.

Link copied to clipboard

The subtitle tracks before the change.