C#
VB
C++
Specifies the current state of the CaptureCtrl object.
public enum CaptureState
Public Enum CaptureState
public enum class CaptureState
Members
Value | Member | Description |
---|---|---|
0 | NotReady | Indicates that the capture control is not ready for capturing. |
1 | Stopped | Indicates that the capture control is ready to run. |
2 | Previewing | Indicates that the capture control is previewing, but no capturing. |
3 | Pending | Indicates that a capture graph is built and ready to run. |
4 | Running | Indicates that the object is actively capturing data. |
5 | 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