• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • SipLib.Audio.Windows
      • AudioDeviceStateChangedDelegate
      • AudioInSamplesReadyDelegate
      • WaveAudioStatusEnum
      • WaveOutDest
      • WindowsAudioIo
      • WindowsAudioUtils

    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.

    In this article
    Back to top Generated by DocFX