NET_SDK_GetRecordStatus¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Get the video status information (not supported by IPC).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pRecordStatusout | NET_SDK_RECORD_STATUS* | Recording status structure array. |
| maxNumin | LONG | The number of structures stored in pRecordStatus. |
Return Value¶
-
type:LONG
-
remark:The actual number of statuses returned.
Remarks¶
None