Base class for video based handlers.

C# | Visual Basic | Visual C++ |
public abstract class VideoHandler : VoIPMediaHandler
Public MustInherit Class VideoHandler Inherits VoIPMediaHandler
public ref class VideoHandler abstract : public VoIPMediaHandler

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | VideoHandler()()()() | Initializes a new instance of the VideoHandler class |
![]() | AllowMultipleSources |
Gets a boolean value indicating whether this media handler can receive data from multiple sources.
(Inherited from VoIPMediaHandler.) |
![]() | ConnectedToDestination(VideoHandler) |
This will be called when this object has been connected to another media handler.
|
![]() | 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.
|
![]() | DisconnectedFromDestination(VideoHandler) |
This will be called when this object has been disconnected from another media handler.
|
![]() | Dispose()()()() |
Disposes the object.
(Inherited from VoIPMediaHandler.) |
![]() | Dispose(Boolean) |
Disposes the object.
(Inherited from VoIPMediaHandler.) |
![]() | Finalize()()()() | (Inherited from VoIPMediaHandler.) |
![]() | ID | (Inherited from VoIPMediaHandler.) |
![]() | MediaFormat |
Gets the format of the media handler.
|
![]() | MediaFormatChanged |
Occurs when the MediaFormat of the media handler has changed.
|
![]() | OnReceiveTypesChanged()()()() | |
![]() | ReceiveTypesChanged | |
![]() | ReceiveVideoTypes |
Gets the video types that can receive the handler.
|
![]() | SendData(VideoData) |
Sends media data to the connected media handlers.
|
![]() | SourceConnected(VideoHandler) |
This will be called when another media handler has been connected to this object.
|
![]() | SourceDisconnected(VideoHandler) |
This will be called when another media handler has been disconnected from this object.
|

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