Delegate AudioSamplesReadyDelegate
Delegate definition for the SendAudioSamples event of the IAudioSamplesSource interface.
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public delegate void AudioSamplesReadyDelegate(short[] NewSamples, int SampleRate)
Parameters
Type | Name | Description |
---|---|---|
short[] | NewSamples | Block of new 16-bit linear PCM audio samples. |
int | SampleRate | Sample rate in samples/second of the data in the NewSamples array. |