The ltmmConvert_State constants specify the current state of the convert object.
typedef enum _ltmmConvert_State
{
ltmmConvert_State_NotReady,
ltmmConvert_State_Stopped,
ltmmConvert_State_Running,
ltmmConvert_State_Paused,
ltmmConvert_State_Starting
} ltmmConvert_State;
[0] Indicates that the convert object is not ready for conversion.
[1] Indicates that the convert object is ready for conversion and stopped. A source and a target must be defined to enter this state.
[2] Indicates that the convert object is converting data.
[3] Indicates that the convert object is paused; no data is being converted.
[4] Indicates that the convert object is starting; no data is being converted.
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