Visual Basic (Declaration) | |
---|---|
Public Enum PlayDlg Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PlayDlg |
C# | |
---|---|
public enum PlayDlg : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class PlayDlg : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AudioDecompressor | Specifies the audio decompressor dialog. |
AudioProcessors | Specifies the audio processor selection dialog box. |
AudioRenderer | Specifies the audio renderer. |
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. |
VideoDecompressor | Specifies the video decompressor dialog. |
VideoProcessors | Specifies the video processor selection dialog box. |
VideoRenderer | Specifies the video renderer. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayDlg
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7