NET_DVR_RECORD_PASSBACK_MANUAL_TASK_RET

Structure About Results of Getting Task of Manually Copying Back Videos

Member

Data Type

Description

dwSize

DWORD

Structure size.

struStreamInfo

NET_DVR_STREAM_INFO

Stream information structure. This member is valid when getting the task information by stream ID.

dwTaskID

DWORD

Task ID

struStartTime

NET_DVR_TIME_EX

Start time of video copy-back

struStopTime

NET_DVR_TIME_EX

End time of video copy back

byTaskStatus

BYTE

Task status: 0 (not executed), 1 (pausing), 2 (executed), 3 (copying back), 4 (copy-back failed), 5 (succeeded, but only some videos are copied back), 6 (succeeded, but there is no video in the camera).

byRes1

Array of BYTE

Reserved, set to 0. The size is 3 bytes.

struExecuteStartTime

NET_DVR_TIME_EX

Actual start time of executing the task. This member is valid when the value of byTaskStatus is 1 or 2.

struExecuteStopTime

NET_DVR_TIME_EX

Actual end time of executing the task. This member is valid when the value of byTaskStatus is 1 or 2.

byRes

Array of BYTE

Reserved, set to 0. The size is 128 bytes.