Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : ConvertObject Enumeration |
public enum ConvertObject : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ConvertObject Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ConvertObject
public enum class ConvertObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | FilterGraph | Specifies the filter graph. |
0x00000001 | SourceFilter | Specifies the source filter. |
0x00000002 | TargetFilter | Specifies the target filter. |
0x00000003 | VideoCompressor | Specifies the currently selected video compressor. |
0x00000004 | AudioCompressor | Specifies the currently selected audio compressor. |
0x00000005 | VideoDecompressor | Specifies the video decompressor object. |
0x00000006 | AudioDecompressor | Specifies the audio decompressor object. |
0x00000007 | Splitter | Specifies the splitter (demultiplexer) object. |
0x00000008 | VideoCompressorOutputPin | Specifies the video compressor output pin. |
0x00000009 | AudioCompressorOutputPin | Specifies the audio compressor output pin. |
0x0000000A | Sink | Specifies the sink (writer) object. |
0x0000000B | TargetAVMux | Specifies the target AV multiplexer |
0x0000000C | TargetVideoCompressor | Specifies the target video compressor. |
0x0000000D | TargetAudioCompressor | Specifies the target audio compressor |
0x00000100 | SelAudioProcessor | Specifies the first selected audio processor. |
0x00000200 | SelVideoProcessor | Specifies the first selected video processor. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertObject