TECHNICAL SUPPORT
技术支持TECHNICAL SUPPORT
技术支持常见原因:
使用方法:当某个接口返回失败时,可以调用Hik_PlayM4_GetLastError来获得错误的详细信息。
错误 错误号定义如下:
#dfine HIK_PLAYM4_NOERROR 0
#efine HIK_PLAYM4_PARA_OVER 1
#define HIK_PLAYM4_ORDER_ERROR 2
#define HIK_PLAYM4_TIMER_ERROR 3
#define HIK_PLAYM4_DEC_VIDEO_ERROR 4
#define HIK_PLAYM4_DEC_AUDIO_ERROR 5
#define HIK_PLAYM4_ALLOC_MEMORY_ERROR 6
#define HIK_PLAYM4_OPEN_FILE_ERROR 7
#define HIK_PLAYM4_CREATE_OBJ_ERROR 8