DD_RECORD_CONFIG
Structure Definition
Function Description
Recording configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| bOnlyVideo | unsigned char | Record video (video only). |
| bWithAudio | unsigned char | Record audio (based on recording video). |
| bindAudioChannel | unsigned char | The corresponding audio channel (not necessarily the same as the video channel number). |
| bRedundancy | unsigned char | Whether to record redundantly. |
| preAlarmTime | unsigned short | Pre-police video recording time. |
| postAlarmTime | unsigned short | Post-police video recording time. |
| expired | unsigned short | The expiration time of the video recording. |
| recv | unsigned short | Reserved bytes. |