Skip to content

DD_RECORD_STATUS

Enum Definition

1
2
3
4
5
6
typedef enum _dd_record_status_
{
    DD_RECORD_STATUS_OFF = 0,
    DD_RECORD_STATUS_ON,
    DD_RECORD_STATUS_ABNORMAL
} DD_RECORD_STATUS;
1
2
3
4
5
6
public enum DD_RECORD_STATUS
{
    DD_RECORD_STATUS_OFF = 0,
    DD_RECORD_STATUS_ON,
    DD_RECORD_STATUS_ABNORMAL
}

Function Description

Recording status.

Member Description

Enum name Value Remark
DD_RECORD_STATUS_OFF 0 Stop recording.
DD_RECORD_STATUS_ON 1 Recording.
DD_RECORD_STATUS_ABNORMAL 2 The video is abnormal.
Error Code