NET_SDK_SetPlayDataCallBack¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Register the video playback callback function to capture the video data.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The playback handle, or the return value of NET_SDK_PlayBackByTime or NET_SDK_PlayBackByTimeEx. |
| fPlayDataCallBackin | PLAY_DATA_CALLBACK | Video recording data callback function. |
| pUserin | void* | User-defined parameters. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None