NET_SDK_SaveFileToUsbByTime¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Save the video file to a USB flash drive (supported only by N9000).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| recordFilein | NET_SDK_REC_FILE* | Information of the video file to be saved. |
| recFormatin | USB_BACKUP_FORMAT | The format of the backup. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None