Table of contents

Enumeration CaptureState

CaptureState describes the state of data capturing.

  • C++
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;

Is this page helpful?

YesYes NoNo