Delegate AudioDestinationDelegate
Delegate type for the audio destination handler function that the AudioDestination class will call to process decoded audio packets.
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public delegate void AudioDestinationDelegate(short[] PcmSamples)
Parameters
Type | Name | Description |
---|---|---|
short[] | PcmSamples | Contains the decoded, linear 16-bit audio samples. |