VIAudioDeviceChanged
typedef void
VIAudioDeviceChanged( audioManager, device)
Signature for callbacks reporting that the active audio device or audio device that will be used for a further call is changed.
If the event is triggered during a call, [device] is the audio device that is currently used.
If the event is triggered when there is no call, [device] is the audio device that will be used for the next call.
Parameters
audioManager:
VIAudioDeviceManager instance initiated the event
device:
Audio device to be used
Returns
type:
void