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



Values that define helper and property dialog boxes available in the ConvertCtrl object.

Syntax

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

Members

MemberDescription
AudioCompressorSpecifies the selected audio compressor properties dialog box.
AudioDecompressorSpecifies the audio decompressor dialog box.
AudioProcessorsSpecifies the audio processor selection dialog box.
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 box.
TargetFormatSpecifies the properties dialog box for the assigned target format.
VideoCompressorSpecifies the selected video compressor Also known as an encoder.
VideoDecompressorSpecifies the video decompressor dialog box.
VideoProcessorsSpecifies the video processor selection dialog box.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.ConvertDlg

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