NET_SDK_GetPlayBackOsdTime¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the OSD time displayed during video playback.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The playback handle, or the return value of NET_SDK_PlayBackByTime or NET_SDK_PlayBackByTimeEx. |
| lpOsdTimeout | DD_TIME* | Pointer to get the OSD time. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None