• Articles
  • Api Documentation
Search Results for

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

    Delegate AudioInSamplesReadyDelegate

    Delegate type for the AudioInSamplesReady event of the WindowsAudioIo class.

    Namespace: SipLib.Audio.Windows
    Assembly: SipLib.Audio.Windows.dll
    Syntax
    public delegate void AudioInSamplesReadyDelegate(short[] PcmSamples)
    Parameters
    Type Name Description
    short[] PcmSamples

    Block of new samples from the microphone.

    In this article
    Back to top Generated by DocFX