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. |