NET_SDK_MakeKeyFrameEx¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
The code stream dynamically generates a key frame (not supported by N9000 yet).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| lChannelin | LONG | Channel number, starting from 0. This parameter is invalid for IPC devices. |
| streamTypein | unsigned int | Stream type, starting from 0. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None