Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

ltmfProcessor_Type Constants

Show in webframe

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.