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