Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : ConvertDlg Enumeration |
public enum ConvertDlg : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ConvertDlg Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ConvertDlg
public enum class ConvertDlg : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | TargetFormat | Specifies the properties dialog box for the assigned target format. |
0x00000001 | AudioProcessors | Specifies the audio processor selection dialog box. |
0x00000002 | VideoProcessors | Specifies the video processor selection dialog box. |
0x00000100 | SelAudioProcessor | Specifies the first selected audio processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified. |
0x00000200 | SelVideoProcessor | Specifies the first selected video processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaFoundation.ConvertDlg