aclmdlRICaptureStatus

typedef enum {
    ACL_MODEL_RI_CAPTURE_STATUS_NONE = 0,    // The stream is not in the capture state.
    ACL_MODEL_RI_CAPTURE_STATUS_ACTIVE,      // The stream is in the normal capture state.
    ACL_MODEL_RI_CAPTURE_STATUS_INVALIDATED, // The stream is in the capture failure state.
} aclmdlRICaptureStatus;