lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | |
2 | /* | ||||
3 | * Copyright (C) 2019 ZTE, China | ||||
4 | * | ||||
5 | * This is the header file for the voice lib. | ||||
6 | * | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef __VOICE_LIB_H | ||||
10 | #define __VOICE_LIB_H | ||||
11 | |||||
12 | int voice_close(T_Voice_Para *para); | ||||
13 | int voice_open(T_Voice_Para *para); | ||||
14 | int voice_Vploop(int *path); | ||||
15 | int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam); | ||||
16 | void zDrvVolte_PreClose(void); | ||||
17 | |||||
18 | #endif |