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 | |
| 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.
|