| Visual Basic (Declaration) | |
|---|---|
Public Enum ConvertObject Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ConvertObject | |
| C# | |
|---|---|
public enum ConvertObject : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ConvertObject : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AudioCompressor | Specifies the currently selected audio compressor. |
| AudioCompressorOutputPin | Specifies the audio compressor output pin. |
| AudioDecompressor | Specifies the audio decompressor object. |
| FilterGraph | Specifies the filter graph. |
| SelAudioProcessor | Specifies the first selected audio processor. |
| SelVideoProcessor | Specifies the first selected video processor. |
| Sink | Specifies the sink (writer) object. |
| SourceFilter | Specifies the source filter. |
| Splitter | Specifies the splitter (demultiplexer) object. |
| TargetAudioCompressor | Specifies the target audio compressor |
| TargetAVMux | Specifies the target AV multiplexer |
| TargetFilter | Specifies the target filter. |
| TargetVideoCompressor | Specifies the target video compressor. |
| VideoCompressor | Specifies the currently selected video compressor. |
| VideoCompressorOutputPin | Specifies the video compressor output pin. |
| VideoDecompressor | Specifies the video decompressor object. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertObject
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code