Interface IAudioSampleSource
Interface that must be implemented for each type of an audio sample source.
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public interface IAudioSampleSource
Methods
| Edit this page View SourceStart()
Tells the audio sample source to start sending audio samples by firing the SendAudioSamples event.
Declaration
void Start()
Stop()
Tells the audio sample source to stop sending audio samples.
Declaration
void Stop()
Events
| Edit this page View SourceAudioSamplesReady
This event is fired when a new block of 20 milliseconds worth of audio samples is available.
Declaration
event AudioSamplesReadyDelegate AudioSamplesReady
Event Type
Type | Description |
---|---|
AudioSamplesReadyDelegate |