The media handler for receiving audio data from a call.
| C# | Visual Basic | Visual C++ |
public class PhoneCallAudioReceiver : AudioSender, IPhoneCallAttachable
Public Class PhoneCallAudioReceiver Inherits AudioSender Implements IPhoneCallAttachable
public ref class PhoneCallAudioReceiver : public AudioSender, IPhoneCallAttachable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| PhoneCallAudioReceiver()()()() |
Initalizes a new instance of the PhoneCallAudioReceiver class.
| |
| AttachToCall(ICall) |
Attaches the object to a call so it can receive media data from that call.
If the PhoneCallAudioReceiver is already attached to an active call, it will be detached from it first.
| |
| DataReceivedFromCall(MediaData) |
Some data is received from the call
| |
| Detach()()()() |
Detaches the object from the call.
| |
| Dispose(Boolean) | Releases the unmanaged resources used by the PhoneCallAudioReceiver and optionally releases the managed resources (Overrides DisposableClass.Dispose(Boolean).) | |
| Dispose()()()() |
Disposes the object.
(Inherited from DisposableClass.) | |
| Finalize()()()() | (Inherited from DisposableClass.) | |
| ID | (Inherited from DisposableClass.) | |
| MediaDataSent | (Inherited from AbstractMediaSender<(Of <(<'TData, TFormat>)>)>.) | |
| ReceiverConnected(IAudioReceiver) | (Inherited from AudioSender.) | |
| ReceiverDisconnected(IAudioReceiver) | (Inherited from AudioSender.) | |
| SendMediaData(TData) | (Inherited from AbstractMediaSender<(Of <(<'TData, TFormat>)>)>.) | |
| SetPreferredSendFormats(List<(Of <<'(TFormat>)>>)) | (Inherited from AbstractMediaSender<(Of <(<'TData, TFormat>)>)>.) |
| Object | ||||
| DisposableClass | ||||
| AbstractMediaSender<(Of <(<'AudioData, AudioFormat>)>)> | ||||
| AudioSender | ||||
| PhoneCallAudioReceiver | ||||
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290