The ltmmProcessor_Type Constants indicate the type of the audio or video processors used by the toolkit.
typedef enum ltmmProcessorType
{
ltmmProcessorType_Internal_Video = 0,
ltmmProcessorType_Internal_Audio = 1,
ltmmProcessorType_External_Audio = 2,
ltmmProcessorType_External_Video = 3,
ltmmProcessorType_LEAD_Video = 4,
ltmmProcessorType_LEAD_Audio = 5
} ltmmProcessorType;
[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, LTMM Audio Processors. Examples of external audio processors are the DMO Audio Effects.
[3] External video processor. External video processors are all processing filters not registered in LEADs video processors category, LTMM Video Processors. Examples of external video processors are the DMO Video Effects.
[4] LEAD video processor. LEAD video processors are all processing filters registered in LEADs video processors category, LTMM Video Processors, even if they are not made by LEAD. To register some video processing filter into LTMM Video Processors, use the Multimedia Filter Manager utility.
[5] LEAD audio processor. LEAD audio processors are all processing filters registered in LEADs audio processors category, LTMM Audio Processors, even if they are not made by LEAD. To register some audio processing filter into LTMM Audio Processors, use the Multimedia Filter Manager utility.
These constants are used by the IltmmProcessor::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