VIAudioDeviceListChanged
typedef void
VIAudioDeviceListChanged( audioManager, List<VIAudioDevice>
deviceList)
Signature for callbacks reporting that a new audio device is connected or a previously connected audio device is disconnected.
For iOS: if the disconnected device was not selected before via VIAudioDeviceManager.selectAudioDevice API, this callback may be not invoked.
Parameters
audioManager:
VIAudioDeviceManager instance initiated the event
deviceList:
List<VIAudioDevice>
List of currently available audio devices.
Returns
type:
void