Click or drag to resize

PhoneCallVideoReceiver Class

The media handler for receiving video data from a remote party through a call.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.VoIPPhoneCallVideoReceiver

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class PhoneCallVideoReceiver : VideoSender, 
	IPhoneCallAttachable

The PhoneCallVideoReceiver type exposes the following members.

Constructors
  NameDescription
Public methodPhoneCallVideoReceiver
Initalizes a new instance of the PhoneCallVideoReceiver class.
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Top
Methods
  NameDescription
Public methodAttachToCall
Attaches the object to a call so it can receive media data from that call. If the PhoneCallVideoReceiver is already attached to an active call, it will be detached from it first.
Public methodDetach
Detaches the object from the call.
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PhoneCallVideoReceiver and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodReceiverConnected (Inherited from VideoSender.)
Protected methodReceiverDisconnected (Inherited from VideoSender.)
Protected methodSendMediaData (Inherited from VideoSender.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderVideoData, VideoFormat.)
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from AbstractMediaSenderVideoData, VideoFormat.)
Top
See Also