Click or drag to resize

VideoCodecConverter Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaVideoCodecConverter

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

The VideoCodecConverter type exposes the following members.

Constructors
 NameDescription
Public methodVideoCodecConverter(VideoFormat, VideoQuality, Boolean)Initializes a new instance of the VideoCodecConverter class
Public methodVideoCodecConverter(VideoFormat, VideoFormat, VideoQuality, Boolean)Initializes a new instance of the VideoCodecConverter class
Top
Properties
 NameDescription
Public propertyDestinationFormat 
Public propertyForceTranscode 
Public propertyID
(Inherited from DisposableClass)
Public propertyIsRunning 
Public propertyOutputQuality 
Public propertyReceiveFormats
(Inherited from VideoHandler)
Public propertySourceFormat 
Top
Methods
 NameDescription
Public methodDisposeReleases 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 
Public methodStop 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Top
See Also