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