Click or drag to resize

VideoCodecConverter Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaVideoCodecConverter

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

The VideoCodecConverter type exposes the following members.

Constructors
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 (Inherited from VideoHandler.)
Public propertySourceFormat
Input format
Top
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 DisposableClass.Finalize.)
Protected methodGetAllFormats (Inherited from VideoHandler.)
Public methodOnDataReceived (Overrides VideoHandler.OnDataReceived(Object, VideoData).)
Protected methodReceiverConnected (Inherited from VideoHandler.)
Protected methodReceiverDisconnected (Inherited from VideoHandler.)
Protected methodSendData (Inherited from VideoHandler.)
Protected methodSenderConnected (Inherited from VideoHandler.)
Protected methodSenderDisconnected (Inherited from VideoHandler.)
Public methodSetDestinationFormat
Public methodSetPreferredSendFormats (Inherited from VideoHandler.)
Protected methodSetSupportedFormats (Inherited from VideoHandler.)
Public methodStart
This method start the mediahandler
Public methodStop
This method stop the mediahandler
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from VideoHandler.)
Public eventReceiveFormatsChanged (Inherited from VideoHandler.)
Top
See Also