Enumeration CaptureState
CaptureState describes the state of data capturing.
typedef enum CaptureState
{
/** The data capturing is started. */
CS_STARTED,
/** The data capturing is stopped. */
CS_STOPPED,
/**The data capturing is paused.*/
CS_PAUSED,
/**The data capturing is resumed.*/
CS_RESUMED
} CaptureState;