Click or drag to resize

PhoneCallVideoSender Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.VoIPPhoneCallVideoSender

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

The PhoneCallVideoSender type exposes the following members.

Constructors
 NameDescription
Public methodPhoneCallVideoSenderInitializes 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 
Public methodDetach 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the PhoneCallVideoSender and optionally releases the managed resources
(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
See Also