The media handler for receiving video data from a remote party through a call.
| C# | Visual Basic | Visual C++ |
public class PhoneCallVideoReceiver : VideoHandler, IPhoneCallListener, IPhoneCallAttachable
Public Class PhoneCallVideoReceiver _ Inherits VideoHandler _ Implements IPhoneCallListener, IPhoneCallAttachable
public ref class PhoneCallVideoReceiver : public VideoHandler, IPhoneCallListener, IPhoneCallAttachable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| PhoneCallVideoReceiver()()()() | Initializes a new instance of the PhoneCallVideoReceiver class | |
| AttachToCall(ICall) |
Attaches the object to a call so it can receive media data from that call.
If the [!:PhoneCallMediaReceiver] is already attached to an active call, it will be detached from it first.
| |
| CallErrorOccured(Object, VoIPEventArgs<(Of <<'(CallError>)>>)) |
This will be called whenever an error occures in the call.
| |
| CallStateChanged(Object, VoIPEventArgs<(Of <<'(CallState>)>>)) |
This will be called whenever the call changes its state.
| |
| DataReceived(Object, VoIPEventArgs<(Of <<'(VideoData>)>>)) | (Overrides VideoHandler.DataReceived(Object, VoIPEventArgs<(Of <<'(VideoData>)>>)).) | |
| DataReceivedFromCall(VoIPMediaData) |
Some media data is received from the call
| |
| DataSent |
Event that occurs when the data is ready to send.
(Inherited from VideoHandler.) | |
| Detach()()()() |
Detaches the object from the call.
| |
| Dispose()()()() |
Disposes the object.
(Inherited from VoIPMediaHandler.) | |
| Dispose(Boolean) |
Disposes the object.
(Inherited from VoIPMediaHandler.) | |
| DtmfReceived(Object, VoIPEventArgs<(Of <<'(DtmfInfo>)>>)) |
This will be called when the DTMF signalling stopped.
| |
| DtmfStarted(Object, VoIPEventArgs<(Of <<'(DtmfInfo>)>>)) |
This will be called when the DTMF signalling started.
| |
| Finalize()()()() | (Inherited from VoIPMediaHandler.) | |
| MediaDataReceived(Object, VoIPEventArgs<(Of <<'(VoIPMediaData>)>>)) |
This will be called when media data received from the call.
| |
| MediaDescriptionChanged(Object, VoIPEventArgs<(Of <<'(IEnumerable<(Of <<'(CallMediaFormatInfo>)>>)>)>>)) |
This will be called whenever the call changes its media description.
| |
| MediaFormat |
Gets the format of the media handler.
(Inherited from VideoHandler.) | |
| MediaFormatChanged |
Occurs when the MediaFormat of the media handler has changed.
(Inherited from VideoHandler.) | |
| PlainMediaDataReceived(Object, VoIPEventArgs<(Of <<'(EncodedMediaData>)>>)) |
This will be called when some encoded media data received from the call.
| |
| SendData(VideoData) |
Sends media data to the connected media handlers.
(Inherited from VideoHandler.) |
| Object | |||
| VoIPMediaHandler | |||
| VideoHandler | |||
| PhoneCallVideoReceiver | |||