5 #ifndef LEWEISTREAM_LIBLEWEI_H 6 #define LEWEISTREAM_LIBLEWEI_H 13 #define LEWEI_ERROR_BASE 8000 14 #define LEWEI_ERROR_NOT_INITIALIZED (LEWEI_ERROR_BASE+1) 15 #define LEWEI_ERROR_MALLOC_FAIL (LEWEI_ERROR_BASE+2) 16 #define LEWEI_ERROR_NO_CALLBACK (LEWEI_ERROR_BASE+3) 17 #define LEWEI_ERROR_SOCKET (LEWEI_ERROR_BASE+4) 18 #define LEWEI_ERROR_CREATE_FILE (LEWEI_ERROR_BASE+5) 42 #endif //LEWEISTREAM_LIBLEWEI_H
void lewei_finalize_stream()
int lewei_initialize_stream()
long lewei_start_stream(void *mydata, P_LEWEI_CALLBACK pcallback)
void video_free_frame_ram(void *pFrame)
void P_LEWEI_CALLBACK(void *param, lewei_video_frame *pframe)
struct _LEWEI_VIDEO_FRAME_T lewei_video_frame