Member |
Data Type |
Description |
---|---|---|
dwSize |
DWORD |
Structure size. |
struStreamInfo |
Stream information structure. This member is valid when getting the task information by stream ID. |
|
dwTaskID |
DWORD |
Task ID |
struStartTime |
Start time of video copy-back |
|
struStopTime |
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 |
Actual start time of executing the task. This member is valid when the value of byTaskStatus is 1 or 2. |
|
struExecuteStopTime |
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. |