ltmfProcessor_Type Constants

typedef enum ltmfProcessorType 
{ 
   ltmfProcessorType_Internal_Video = 0, 
   ltmfProcessorType_Internal_Audio = 1, 
   ltmfProcessorType_External_Audio = 2, 
   ltmfProcessorType_External_Video = 3, 
   ltmfProcessorType_LEAD_Video = 4, 
   ltmfProcessorType_LEAD_Audio = 5 
} ltmfProcessorType; 

The ltmfProcessor_Type Constants indicate the type of the audio or video processors used by the toolkit.

Constant

Description

ltmfProcessorType_Internal_Video

[0] Internal video processor. Internal processors are built-in processors that are managed by the toolkit internally. However, the toolkit currently uses no internal processors.

ltmfProcessorType_Internal_Audio

[1] Internal audio processor. Internal processors are built-in processors that are managed by the toolkit internally. However, the toolkit currently uses no internal processors.

ltmfProcessorType_External_Audio

[2] External audio processor. External audio processors are all processing filters not registered in LEADs audio processors category, LTMF Audio Processors. Example of external audio processor is the Audio Resampler MFT.

ltmfProcessorType_External_Video

[3] External video processor. External video processors are all processing filters not registered in LEADs video processors category, LTMF Video Processors. Example of external video processor is the Video Resizer MFT.

ltmfProcessorType_LEAD_Video

[4] LEAD video processor. LEAD video processors are all processing filters registered in LEADs video processors category, LTMF Video Processors, even if they are not made by LEAD.

ltmfProcessorType_LEAD_Audio

[5] LEAD audio processor. LEAD audio processors are all processing filters registered in LEADs audio processors category, LTMF Audio Processors, even if they are not made by LEAD.

Comments

These constants are used by the IltmfProcessor::get_Type function.

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