NET_SDK_USB_BACKUP_PROCESS_EX
Structure Definition
Function Description
Video backup to USB disk progress extension structure.
Member Description
| Member | Type | Remark |
| startTime | DD_TIME_EX | The backup recording start time. |
| endTime | DD_TIME_EX | End time of backup recording. |
| dataSize | unsigned int | Backup file size in MB. |
| backupPath | unsigned char[64] | Backup path. |
| creator | unsigned char[36] | The backup task creator. |
| progress | unsigned int | Backup progress (0-100). |
| backupFileFormat | unsigned int | Backup format, refer to USB_BACKUP_FORMAT. |
| status | unsigned int | Backup status, refer to USB_BACKUP_STATUS. |
| eventType | unsigned int | Backup recording event type, refer to DD_RECORD_TYPE. |
| chls | unsigned char[64] | Backup channel. |
| chlNum | unsigned int | The actual number of backup channels. |