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



Values that define cached objects that can be obtained by calling TargetFormat.GetCacheObject.

Syntax

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

Members

MemberDescription
AudioCompressorSpecifies the audio compressor filter for the current target format.
AVMuxSpecifies the Audio Video (preliminary) multiplexer filter for the current target format.
MuxSpecifies the multiplexer for the current target format.
SinkSpecifies the sink (writer) filter for the current target format.
VideoCompressorSpecifies the video compressor filter for the current target format.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TargetFormatObject

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