Ozeki VoIP SDK Class library
PhoneCallAudioSender Class
NamespacesOzeki.Media.MediaHandlersPhoneCallAudioSender
Can send audio data to the attached ICall object.
Declaration Syntax
C#Visual BasicVisual C++
public class PhoneCallAudioSender : AudioReceiver, 
	IPhoneCallAttachable
Public Class PhoneCallAudioSender
	Inherits AudioReceiver
	Implements IPhoneCallAttachable
public ref class PhoneCallAudioSender : public AudioReceiver, 
	IPhoneCallAttachable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
PhoneCallAudioSender()()()()
Initializes a new instance of the PhoneCallAudioSender class.

AttachToCall(ICall)
Attaches the object to a call and so it can send media data to the call. If the PhoneCallAudioSender is already attached to a call, it will be detached from it first.

Call
ConverterType (Inherited from AudioReceiver.)
Detach()()()()
Detaches the object from the currently active call.

Dispose(Boolean)
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).)
Dispose()()()()
Disposes the object.
(Inherited from DisposableClass.)
Finalize()()()()
(Inherited from DisposableClass.)
ID (Inherited from DisposableClass.)
OnDataReceived(Object, AudioData) (Overrides AbstractMediaReceiver<(Of <(<'AudioData, AudioFormat>)>)>.OnDataReceived(Object, TData).)
ReceiveFormats (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
ReceiveFormatsChanged (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
SenderConnected(IAudioSender) (Inherited from AudioReceiver.)
SenderDisconnected(IAudioSender) (Inherited from AudioReceiver.)
SetReceiveFormats(array<TFormat>[]()[][]) (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
Sync
Remarks
Inherited from the AudioReceiver class, so it can be connected to other AudioReceiver objects. The class implements the IPhoneCallAttachable interface so it can be attached to a ICall object. When a PhoneCallAudioSender is attached to an ICall object, it will send the available audio data to the attached call. When a connected AudioReceiver sends audio data to the PhoneCallAudioSender, it will send it directly to the call.
Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290