on Audio Device Changed
abstract fun onAudioDeviceChanged(selectedAudioDevice: AudioDeviceInfo, audioDevices: Set<AudioDeviceInfo>)
Called when the audio device selection changes or available devices are updated.
Parameters
selected Audio Device
The currently selected AudioDeviceInfo.
audio Devices
The set of all currently available audio devices.