Ozeki VoIP SDK Class library
VideoHandler Class
NamespacesOzeki.Media.MediaHandlers.VideoVideoHandler
Base class for video based handlers.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class VideoHandler : VoIPMediaHandler
Public MustInherit Class VideoHandler _
	Inherits VoIPMediaHandler
public ref class VideoHandler abstract : public VoIPMediaHandler
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
VideoHandler()()()()
Initializes a new instance of the VideoHandler class

DataReceived(Object, VoIPEventArgs<(Of <<'(VideoData>)>>))
This will be called when media data received from a media handler.

DataSent
Event that occurs when the data is ready to send.

Dispose()()()()
Disposes the object.
(Inherited from VoIPMediaHandler.)
Dispose(Boolean)
Disposes the object.
(Inherited from VoIPMediaHandler.)
Finalize()()()()
(Inherited from VoIPMediaHandler.)
MediaFormat
Gets the format of the media handler.

MediaFormatChanged
Occurs when the MediaFormat of the media handler has changed.

SendData(VideoData)
Sends media data to the connected media handlers.

Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243