| Visual Basic (Declaration) | |
|---|---|
Public Enum TargetFormatObject Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TargetFormatObject | |
| C# | |
|---|---|
public enum TargetFormatObject : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TargetFormatObject : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AudioCompressor | Specifies the audio compressor filter for the current target format. |
| AVMux | Specifies the Audio Video (preliminary) multiplexer filter for the current target format. |
| Mux | Specifies the multiplexer for the current target format. |
| Sink | Specifies the sink (writer) filter for the current target format. |
| VideoCompressor | Specifies the video compressor filter for the current target format. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TargetFormatObject
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