Delegate CoreListener.OnAudioDeviceChangedDelegate
Callback prototype telling that the audio device for at least one call has changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAudioDeviceChangedDelegate(Core core, AudioDevice audioDevice);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| AudioDevice | audioDevice | the newly used Linphone.AudioDevice object |