Leadtools.Multimedia Namespace : ConvertDlg Enumeration |
'Declaration Public Enum ConvertDlg Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ConvertDlg
public enum ConvertDlg : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class ConvertDlg : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | VideoCompressor | Specifies the selected video compressor Also known as an encoder. |
0x00000001 | AudioCompressor | Specifies the selected audio compressor properties dialog box. |
0x00000002 | TargetFormat | Specifies the properties dialog box for the assigned target format. |
0x00000003 | AudioProcessors | Specifies the audio processor selection dialog box. |
0x00000004 | VideoProcessors | Specifies the video processor selection dialog box. |
0x00000005 | Source | Specified the source filter properties dialog box. |
0x00000006 | VideoDecompressor | Specifies the video decompressor dialog box. |
0x00000007 | AudioDecompressor | Specifies the audio decompressor dialog box. |
0x00000100 | 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. |
0x00000200 | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertDlg