VideoStream_ShootPhoto.h
1019 字节
/**
********************************************************************
* @file VideoStream_TakePhoto.h
* VideoStream_TakePhoto.h的头文件
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef VIDOSTREAM_TAKE_PHOTO
#define VIDOSTREAM_TAKE_PHOTO
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode VideoStreamPhoto_SetShootPhotoNum(int num);
T_JZsdkReturnCode VideoStramPhoto_PhotoDataIn(unsigned char *h264_data, unsigned int data_len);
#ifdef __cplusplus
}
#endif
#endif