Enumeration CaptureState
CaptureState describes the state of data capturing.
- JavaScript
enum EnumCaptureState { /** The data capturing is started. */ CS_STARTED = 0, /** The data capturing is stopped. */ CS_STOPPED = 1 }
CaptureState describes the state of data capturing.
- JavaScript
enum EnumCaptureState { /** The data capturing is started. */ CS_STARTED = 0, /** The data capturing is stopped. */ CS_STOPPED = 1 }