VideoStream_Push.h 929 字节
/**
 ********************************************************************
 * @file   VideoStream_Push.h
 *         VideoStream_Push.h的头文件
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef VIDOSTREAM_PUSH
#define VIDOSTREAM_PUSH

/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/

/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode VideoStream_PushFrame(unsigned char* h264_data, unsigned int data_len);



#ifdef __cplusplus
}
#endif

#endif