The ltmmCapture_State constants specify the current state of the convert object.
typedef enum _ltmmCapture_State
{
ltmmCapture_State_NotReady,
ltmmCapture_State_Stopped,
ltmmCapture_State_Previewing,
ltmmCapture_State_Pending,
ltmmCapture_State_Running,
ltmmCapture_State_Paused,
ltmmCapture_State_Starting
} ltmmCapture_State;
Indicates that the capture object is not ready for capture.
Indicates that the capture object is ready to run. A capture device must be defined to enter this state.
Indicates that the capture object is previewing, but no capturing.
Indicates that a capture graph is built and ready to run.
Indicates that the object is actively capturing data.
Indicates that the capture graph is currently paused.
Indicates that the capture is starting.
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