Ozeki VoIP SDK Class library
PhoneCallVideoReceiver Class
NamespacesOzeki.Media.MediaHandlersPhoneCallVideoReceiver
The media handler for receiving video data from a remote party through a call.
Declaration Syntax
C#Visual BasicVisual C++
public class PhoneCallVideoReceiver : VideoSender, 
	IPhoneCallAttachable
Public Class PhoneCallVideoReceiver
	Inherits VideoSender
	Implements IPhoneCallAttachable
public ref class PhoneCallVideoReceiver : public VideoSender, 
	IPhoneCallAttachable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
PhoneCallVideoReceiver()()()()
Initalizes a new instance of the PhoneCallVideoReceiver class.

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

Detach()()()()
Detaches the object from the call.

Dispose(Boolean)
Releases the unmanaged resources used by the PhoneCallVideoReceiver and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean).)
Dispose()()()()
Disposes the object.
(Inherited from DisposableClass.)
Finalize()()()()
(Inherited from DisposableClass.)
ID (Inherited from DisposableClass.)
MediaDataSent (Inherited from AbstractMediaSender<(Of <(<'TData, TFormat>)>)>.)
ReceiverConnected(IVideoReceiver) (Inherited from VideoSender.)
ReceiverDisconnected(IVideoReceiver) (Inherited from VideoSender.)
SendMediaData(VideoData) (Inherited from VideoSender.)
SetPreferredSendFormats(List<(Of <<'(TFormat>)>>)) (Inherited from AbstractMediaSender<(Of <(<'TData, TFormat>)>)>.)
Inheritance Hierarchy
Object
DisposableClass
 AbstractMediaSender<(Of <(<'VideoData, VideoFormat>)>)>
  VideoSender
   PhoneCallVideoReceiver

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