NET_SDK_StopPlayBack¶
Interface Definition¶
1 2 | |
1 2 | |
Function Description¶
Stop playing back the video file.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The playback handle, or the return value of NET_SDK_PlayBackByTime or NET_SDK_PlayBackByTimeEx. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None