Click or drag to resize
PhoneCallVideoSender Class
Can send video data to the attached ICall object.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverVideoData, VideoFormat
      Ozeki.MediaVideoReceiver
        Ozeki.VoIPPhoneCallVideoSender

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PhoneCallVideoSender : VideoReceiver, 
	IPhoneCallAttachable

The PhoneCallVideoSender type exposes the following members.

Constructors
  NameDescription
Public methodPhoneCallVideoSender
Initializes a new instance of the PhoneCallVideoSender class.
Top
Methods
  NameDescription
Public methodAttachToCall
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.
Public methodDetach
Detaches the object from the currently active call.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoReceiver.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).)
Protected methodSenderConnected
This will be called when a video sneder has been connected to this object.
(Inherited from VideoReceiver.)
Protected methodSenderDisconnected
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoReceiver.)
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
Properties
  NameDescription
Protected propertyCall
Public propertyID (Inherited from DisposableClass.)
Public propertyReceiveFormats
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Protected propertySync
Top
Events
Remarks
Inherited from the IVideoReceiver class, so it can be connected to IVideoSender objects. The class implements the IPhoneCallAttachable interface so it can be attached to a ICall object. When a PhoneCallVideoSender is attached to an ICall object, it will send the available video data to the attached call.
See Also