PhoneCallAudioReceiver Class |
Namespace: Ozeki.VoIP
The PhoneCallAudioReceiver type exposes the following members.
Name | Description | |
---|---|---|
![]() | PhoneCallAudioReceiver |
Initalizes a new instance of the PhoneCallAudioReceiver class.
|
Name | Description | |
---|---|---|
![]() | ID | (Inherited from DisposableClass.) |
Name | Description | |
---|---|---|
![]() | AttachToCall |
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 |
Some data is received from the call
If you override this method you'll get access to the incoming RTP packets, but keep in mind that you must call the SendMediaData(MediaData mediaData) method
before return. You can make decisions based on the RTP packets before sending the audio data to the speaker or other AudioReceiver.
|
![]() | Detach |
Detaches the object from the call.
|
![]() | Dispose | (Inherited from DisposableClass.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PhoneCallAudioReceiver and optionally releases the managed resources (Overrides DisposableClass.Dispose(Boolean).) |
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | GetAudioFormat | (Overrides AudioSender.GetAudioFormat.) |
![]() | ReceiverConnected | (Inherited from AudioSender.) |
![]() | ReceiverDisconnected | (Inherited from AudioSender.) |
![]() | SendMediaData | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |
![]() | SetPreferredSendFormats | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |
Name | Description | |
---|---|---|
![]() | MediaDataSent | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |