Click or drag to resize

PhoneCallAudioReceiver Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.VoIPPhoneCallAudioReceiver

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

The PhoneCallAudioReceiver type exposes the following members.

Constructors
 NameDescription
Public methodPhoneCallAudioReceiverInitializes a new instance of the PhoneCallAudioReceiver class
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Top
Methods
 NameDescription
Public methodAttachToCall 
Public methodDataReceivedFromCall 
Public methodDetach 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the PhoneCallAudioReceiver and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Top
See Also