The ltmfCapture_State constants specify the current state of the convert object.
typedef enum _ltmfCapture_State
{
ltmfCapture_State_NotReady,
ltmfCapture_State_Stopped,
ltmfCapture_State_Previewing,
ltmfCapture_State_Pending,
ltmfCapture_State_Running,
ltmfCapture_State_Paused
} ltmfCapture_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.
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