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



The ProcessorType enumeration values indicate the type of Processor, either video or audio.

Syntax

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

Members

MemberDescription
ExternalAudioExternal video processor. External video processors are all processing filters not registered in LEAD’s video processors category, “LTMM Video Processors”. An example of an external video processor is a DMO Video Effect.
ExternalVideoExternal audio processor. External audio processors are all processing filters not registered in LEAD’s audio processors category, “LTMM Audio Processors”. An example of an external audio processor is a DMO Audio Effect.
InternalAudioInternal audio processor. Internal processors are built-in processors that are managed by the toolkit internally. Currently, the toolkit does not use any internal processors.
InternalVideoInternal video processor. Internal processors are built-in processors that are managed by the toolkit internally. Currently, the toolkit does not use any internal processors.
LeadAudioLEAD audio processor. LEAD audio processors are all processing filters registered in LEAD’s audio processors category, “LTMM Audio Processors”, even if they are not made by LEAD. To register an audio processing filter into “LTMM Audio Processors”, use the “Multimedia Filter Manager” utility.
LeadVideoLEAD video processor. LEAD video processors are all processing filters registered in LEAD’s video processors category, “LTMM Video Processors”, even if they are not made by LEAD. To register a video processing filter into “LTMM Video Processors”, use the “Multimedia Filter Manager” utility.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.ProcessorType

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