AudioFile_PlayDeal.h 905 字节
/**
 ********************************************************************
 * @file   AudioFile_PlayDeal.h
 *         AudioFile_PlayDeal.h的头文件
 *
 *********************************************************************
 */

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

/* Includes ------------------------------------------------------------------*/

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
#include "JZsdkLib.h"

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

/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode AudioFile_StartPlay_Interface(unsigned char* FilePath);


#ifdef __cplusplus
}
#endif

#endif