The ltmfProcessor_Type Constants indicate the type of the audio or video processors used by the toolkit.
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;
[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.
[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.
[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.
[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.
[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.
[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.
These constants are used by the IltmfProcessor::get_Type function.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document