typedef enum _ltmfCapture_State
{
ltmfCapture_State_NotReady,
ltmfCapture_State_Stopped,
ltmfCapture_State_Previewing,
ltmfCapture_State_Pending,
ltmfCapture_State_Running,
ltmfCapture_State_Paused
} ltmfCapture_State;
The ltmfCapture_State constants specify the current state of the convert object.
Constant |
Description |
ltmfCapture_State_NotReady |
Indicates that the capture object is not ready for capture. |
ltmfCapture_State_Stopped |
Indicates that the capture object is ready to run. A capture device must be defined to enter this state. |
ltmfCapture_State_Previewing |
Indicates that the capture object is previewing, but no capturing. |
ltmfCapture_State_Pending |
Indicates that a capture graph is built and ready to run. |
ltmfCapture_State_Running |
Indicates that the object is actively capturing data. |
ltmfCapture_State_Paused |
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