Click or drag to resize

PhoneCallVideoSender Class

Can send video data to the attached ICall object.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.VoIPPhoneCallVideoSender

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
Properties
  NameDescription
Protected propertyCall
Public propertyID (Inherited from DisposableClass.)
Public propertyReceiveFormats (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Protected propertySync
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 (Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoReceiver.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP).)
Protected methodSenderConnected (Inherited from VideoReceiver.)
Protected methodSenderDisconnected (Inherited from VideoReceiver.)
Protected methodSetReceiveFormats (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Top
Events
  NameDescription
Public eventReceiveFormatsChanged (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Top
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