/* | |
* Copyright (C) 2019 ZTE, China | |
* | |
* This is the header file for the voice lib. | |
* | |
*/ | |
#ifndef __VOICE_LIB_H | |
#define __VOICE_LIB_H | |
int voice_close(T_Voice_Para *para); | |
int voice_open(T_Voice_Para *para); | |
int voice_Vploop(int *path); | |
int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam); | |
void zDrvVolte_PreClose(void); | |
#endif |