Leadtools.Multimedia Namespace : PlayDlg Enumeration |
'Declaration Public Enum PlayDlg Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PlayDlg
public enum PlayDlg : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class PlayDlg : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | AudioProcessors | Specifies the audio processor selection dialog box. |
0x00000001 | VideoProcessors | Specifies the video processor selection dialog box. |
0x00000002 | VideoRenderer | Specifies the video renderer. |
0x00000003 | AudioRenderer | Specifies the audio renderer. |
0x00000004 | Source | Specified the source filter properties dialog box. |
0x00000005 | VideoDecompressor | Specifies the video decompressor dialog. |
0x00000006 | AudioDecompressor | Specifies the audio decompressor dialog. |
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.PlayDlg