Ozeki VoIP SDK Class library
PhoneCallVideoSender Class
NamespacesOzeki.Media.MediaHandlersPhoneCallVideoSender
Can send video data to the attached ICall object.
Declaration Syntax
C#Visual BasicVisual C++
public class PhoneCallVideoSender : VideoReceiver, 
	IPhoneCallAttachable
Public Class PhoneCallVideoSender
	Inherits VideoReceiver
	Implements IPhoneCallAttachable
public ref class PhoneCallVideoSender : public VideoReceiver, 
	IPhoneCallAttachable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
PhoneCallVideoSender()()()()
Initializes a new instance of the PhoneCallVideoSender class.

AttachToCall(ICall)
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.

Call
Detach()()()()
Detaches the object from the currently active call.

Dispose(Boolean)
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).)
Dispose()()()()
Disposes the object.
(Inherited from DisposableClass.)
Finalize()()()()
(Inherited from DisposableClass.)
GetAllFormats()()()() (Inherited from VideoReceiver.)
ID (Inherited from DisposableClass.)
OnDataReceived(Object, VideoData) (Overrides AbstractMediaReceiver<(Of <(<'VideoData, VideoFormat>)>)>.OnDataReceived(Object, TData).)
ReceiveFormats (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
ReceiveFormatsChanged (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
SenderConnected(IVideoSender) (Inherited from VideoReceiver.)
SenderDisconnected(IVideoSender) (Inherited from VideoReceiver.)
SetReceiveFormats(array<TFormat>[]()[][]) (Inherited from AbstractMediaReceiver<(Of <(<'TData, TFormat>)>)>.)
Sync
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.
Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290