Audio Track Changed
data class AudioTrackChanged(val oldAudioTrack: AudioTrack?, val newAudioTrack: AudioTrack?) : SourceEvent
Emitted when the selected AudioTrack changed.
Properties
Link copied to clipboard
The AudioTrack after the change.
Link copied to clipboard
The AudioTrack before the change.