Delegate AudioDeviceStateChangedDelegate
Delegate type for the AudioDeviceStateChanged event of the WindowsAudioIo class.
Namespace: SipLib.Audio.Windows
Assembly: SipLib.Audio.Windows.dll
Syntax
public delegate void AudioDeviceStateChangedDelegate(bool Connected)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | Connected | If true then the audio I/O device is connected. Else, the audio I/O device is disconnected or not available. |