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