VideoCodecConverter Class |
Namespace: Ozeki.Media
The VideoCodecConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | VideoCodecConverter(VideoFormat, VideoQuality, Boolean) |
Constructor
|
![]() | VideoCodecConverter(VideoFormat, VideoFormat, VideoQuality, Boolean) |
Constructor
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the VideoCodecConverter |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the VideoCodecConverter and optionally releases the managed resources |
![]() | Finalize | (Overrides DisposableClassFinalize.) |
![]() | GetAllFormats | (Inherited from VideoHandler.) |
![]() | OnDataReceived | (Overrides VideoHandlerOnDataReceived(Object, VideoData).) |
![]() | ReceiverConnected |
This will be called when this object has been connected to a video receiver.
(Inherited from VideoHandler.) |
![]() | ReceiverDisconnected |
This will be called when this object has been disconnected from a video receiver.
(Inherited from VideoHandler.) |
![]() | SendData |
Sends media data to the connected audio handlers.
(Inherited from VideoHandler.) |
![]() | SenderConnected |
This will be called when a video sneder has been connected to this object.
(Inherited from VideoHandler.) |
![]() | SenderDisconnected |
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoHandler.) |
![]() | SetDestinationFormat | |
![]() | SetPreferredSendFormats | (Inherited from VideoHandler.) |
![]() | SetSupportedFormats |
Sets the video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) |
![]() | Start |
This method start the mediahandler
|
![]() | Stop |
This method stop the mediahandler
|
Name | Description | |
---|---|---|
![]() | DestinationFormat |
Output format
|
![]() | ForceTranscode |
If true it forces transcoding in all cases, even when the input and output formats are the same
|
![]() | ID | (Inherited from DisposableClass.) |
![]() | IsRunning |
True if Converter is running, otherwise false
|
![]() | OutputQuality |
Quality level used for encodig;
|
![]() | ReceiveFormats |
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) |
![]() | SourceFormat |
Input format
|
Name | Description | |
---|---|---|
![]() | MediaDataSent |
Occurs when the video data is ready to send.
(Inherited from VideoHandler.) |
![]() | ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from VideoHandler.) |