OpenSDK
V4.2.0
|
Functions | |
OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_GetOSDTime (const char *szSessionId, STREAM_TIME *pTime) |
Get OSD time. More... | |
OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_CapturePicture (const char *szSessionId, const char *szFileName) |
Capture, which is used when calling StartRealPlay succeeded (receive MsgId == INS_PLAY_START in the callback function) More... | |
OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_CapturePicture | ( | const char * | szSessionId, |
const char * | szFileName | ||
) |
Capture, which is used when calling StartRealPlay succeeded (receive MsgId == INS_PLAY_START in the callback function)
[in] | szSessionId | Session ID |
[in] | szFileName | Picture saving path, the format is JPG |
OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_GetOSDTime | ( | const char * | szSessionId, |
STREAM_TIME * | pTime | ||
) |
Get OSD time.
[in] | szSessionId | Session ID |
[out] | pTime | OSD time, see time format in STREAM_TIME |