LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
PlayDlg Enumeration
See Also  
Leadtools.Multimedia Namespace : PlayDlg Enumeration



The PlayDlg enumeration values define helper and property dialog boxes available in the PlayCtrl object.

Syntax

Visual Basic (Declaration) 
Public Enum PlayDlg 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlayDlg
C# 
public enum PlayDlg : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PlayDlg : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AudioDecompressorSpecifies the audio decompressor dialog.
AudioProcessorsSpecifies the audio processor selection dialog box.
AudioRendererSpecifies the audio renderer.
SelAudioProcessorSpecifies 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.
SelVideoProcessorSpecifies 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.
SourceSpecified the source filter properties dialog box.
Splitterspecifies the splitter (demultiplexer) dialog.
VideoDecompressorSpecifies the video decompressor dialog.
VideoProcessorsSpecifies the video processor selection dialog box.
VideoRendererSpecifies the video renderer.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlayDlg

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also