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



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

Syntax

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

Members

MemberDescription
AudioCompressorSpecifies the audio compressor filter dialog box.
AVMuxSpecifies the Audio Video (preliminary) multiplexer filter dialog box.
MuxSpecifies the multiplexer filter dialog box.
SinkSpecifies the sink (writer) filter dialog box.
VideoCompressorSpecifies the video compressor filter dialog box.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TargetFormatDlg

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