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. |
These constants are used by the IltmfProcessor::get_Type function.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET