Visual Basic (Declaration) | |
---|---|
Public Enum ConvertDlg Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ConvertDlg |
C# | |
---|---|
public enum ConvertDlg : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ConvertDlg : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AudioCompressor | Specifies the selected audio compressor properties dialog box. |
AudioDecompressor | Specifies the audio decompressor dialog box. |
AudioProcessors | Specifies the audio processor selection dialog box. |
SelAudioProcessor | Specifies the first selected audio processor. Additional processors may be specified by adding the processor’s collection index to this constant. A maximum of 256 processors may be specified. |
SelVideoProcessor | Specifies the first selected video processor. Additional processors may be specified by adding the processor’s collection index to this constant. A maximum of 256 processors may be specified. |
Source | Specified the source filter properties dialog box. |
Splitter | Specifies the splitter (demultiplexer) dialog box. |
TargetFormat | Specifies the properties dialog box for the assigned target format. |
VideoCompressor | Specifies the selected video compressor Also known as an encoder. |
VideoDecompressor | Specifies the video decompressor dialog box. |
VideoProcessors | Specifies the video processor selection dialog box. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertDlg
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7