Leadtools.Multimedia Namespace : ConvertObject Enumeration |
'Declaration Public Enum ConvertObject Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ConvertObject
public enum ConvertObject : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
0x00000008 | VideoCompressorOutputPin | Specifies the video compressor output pin. |
0x00000009 | AudioCompressorOutputPin | Specifies the audio compressor output pin. |
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