SubtitleTrackChanged
data class SubtitleTrackChanged(val oldSubtitleTrack: SubtitleTrack?, val newSubtitleTrack: SubtitleTrack?) : SourceEvent
Emitted when the selected SubtitleTrack changed.
Properties
Link copied to clipboard
The SubtitleTrack after the change.
Link copied to clipboard
The SubtitleTrack before the change.