AttentionVoice.h 934 字节
/**
 ********************************************************************
 * @file  
 *         
 *
 *********************************************************************
 */

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

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

#ifdef __cplusplus
extern "C" {
#endif

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

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

/* Exported functions --------------------------------------------------------*/

T_JZsdkReturnCode Start_voice();
T_JZsdkReturnCode Start_up_and_broadcast_voice();
T_JZsdkReturnCode AttentionVoice_IndependencePlay();





#ifdef __cplusplus
}
#endif

#endif