←Select platform

ProcessorType Enumeration

Summary

Indicates the type of Processor, either video or audio.

Syntax

C#
VB
C++
public enum ProcessorType 
Public Enum ProcessorType  
    
    
public enum class ProcessorType   

Members

ValueMemberDescription
0x00000000InternalVideo Internal video processor. Internal processors are built-in processors that are managed by the toolkit internally. Currently, the toolkit does not use any internal processors.
0x00000001InternalAudio Internal audio processor. Internal processors are built-in processors that are managed by the toolkit internally. Currently, the toolkit does not use any internal processors.
0x00000002ExternalVideo External audio processor. External audio processors are all processing transforms not registered in LEAD's audio processors category, “LTMF Audio Processors”. An example of an external audio processor is the Video Resizer MFT.
0x00000003ExternalAudio External video processor. External video processors are all processing transforms not registered in LEAD's video processors category, “LTMF Video Processors”. An example of an external video processor is the audio Resampler MFT.
0x00000004LeadVideo LEAD video processor. LEAD video processors are all processing transforms registered in LEAD's video processors category, “LTMF Video Processors”, even if they are not made by LEAD.
0x00000005LeadAudio LEAD audio processor. LEAD audio processors are all processing transforms registered in LEAD's audio processors category, “LTMF Audio Processors”, even if they are not made by LEAD.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly