Click or drag to resize

PhoneCallAudioSender Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverAudioData, AudioFormat
      AudioReceiver
        Ozeki.VoIPPhoneCallAudioSender

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class PhoneCallAudioSender : AudioReceiver, 
	IPhoneCallAttachable

The PhoneCallAudioSender type exposes the following members.

Constructors
 NameDescription
Public methodPhoneCallAudioSenderInitializes a new instance of the PhoneCallAudioSender class
Top
Properties
 NameDescription
Protected propertyCall 
Public propertyConverterType
(Inherited from AudioReceiver)
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected propertySync 
Top
Methods
 NameDescription
Public methodAttachToCall 
Public methodAudioDataReceived 
Public methodDetach 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the PhoneCallAudioSender and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Top
See Also