Click or drag to resize
VideoCodecConverter Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VideoCodecConverter : VideoHandler

The VideoCodecConverter type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Releases all resources used by the VideoCodecConverter
Public methodDispose(Boolean)
Releases the unmanaged resources used by the VideoCodecConverter and optionally releases the managed resources
Protected methodFinalize (Overrides DisposableClassFinalize.)
Protected methodGetAllFormats (Inherited from VideoHandler.)
Public methodOnDataReceived (Overrides VideoHandlerOnDataReceived(Object, VideoData).)
Protected methodReceiverConnected
This will be called when this object has been connected to a video receiver.
(Inherited from VideoHandler.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from a video receiver.
(Inherited from VideoHandler.)
Protected methodSendData
Sends media data to the connected audio handlers.
(Inherited from VideoHandler.)
Protected methodSenderConnected
This will be called when a video sneder has been connected to this object.
(Inherited from VideoHandler.)
Protected methodSenderDisconnected
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoHandler.)
Public methodSetDestinationFormat
Public methodSetPreferredSendFormats (Inherited from VideoHandler.)
Protected methodSetSupportedFormats
Sets the video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.)
Public methodStart
This method start the mediahandler
Public methodStop
This method stop the mediahandler
Top
Properties
  NameDescription
Public propertyDestinationFormat
Output format
Public propertyForceTranscode
If true it forces transcoding in all cases, even when the input and output formats are the same
Public propertyID (Inherited from DisposableClass.)
Public propertyIsRunning
True if Converter is running, otherwise false
Public propertyOutputQuality
Quality level used for encodig;
Public propertyReceiveFormats
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.)
Public propertySourceFormat
Input format
Top
Events
  NameDescription
Public eventMediaDataSent
Occurs when the video data is ready to send.
(Inherited from VideoHandler.)
Public eventReceiveFormatsChanged
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from VideoHandler.)
Top
See Also