0
|
1 #ifndef _MMIVOICEMEMO_H_
|
|
2 #define _MMIVOICEMEMO_H_ 1
|
|
3
|
|
4 /*******************************************************************************
|
|
5
|
|
6 CONDAT (UK)
|
|
7
|
|
8 ********************************************************************************
|
|
9
|
|
10 This software product is the property of Condat (UK) Ltd and may not be
|
|
11 disclosed to any third party without the express permission of the owner.
|
|
12
|
|
13 ********************************************************************************
|
|
14
|
|
15 $Project name: Basic MMI
|
|
16 $Project code: BMI (6349)
|
|
17 $Module: VoiceMemo
|
|
18 $File: MmiVoiceMemo.h
|
|
19 $Revision: 1.0
|
|
20
|
|
21 $Author: Condat(UK)
|
|
22 $Date: 25/10/00
|
|
23
|
|
24 ********************************************************************************
|
|
25
|
|
26 Description:
|
|
27
|
|
28 This provides the start code for the MMI
|
|
29
|
|
30 ********************************************************************************
|
|
31 $History: MmiStart.h
|
|
32
|
|
33 25/10/00 Original Condat(UK) BMI version.
|
|
34
|
|
35 $End
|
|
36
|
|
37 *******************************************************************************/
|
|
38
|
|
39 EXTERN void voice_memo_init (void);
|
|
40 EXTERN int voice_memo_play (MfwMnu* m, MfwMnuItem* i);
|
|
41 EXTERN int voice_memo_record (MfwMnu* m, MfwMnuItem* i);
|
|
42
|
|
43
|
|
44 /*******************************************************************************
|
|
45
|
|
46 Include files
|
|
47
|
|
48 *******************************************************************************/
|
|
49
|
|
50 extern USHORT record_position;
|
|
51
|
|
52
|
|
53
|
|
54
|
|
55 /*******************************************************************************
|
|
56
|
|
57 Interface constants
|
|
58
|
|
59 *******************************************************************************/
|
|
60
|
|
61
|
|
62
|
|
63
|
|
64 /*******************************************************************************
|
|
65
|
|
66 Public methods
|
|
67
|
|
68 *******************************************************************************/
|
|
69
|
|
70 /* pretty standard initialise, execute and exit methods
|
|
71 */
|
|
72
|
|
73
|
|
74
|
|
75 /*******************************************************************************
|
|
76
|
|
77 End of File
|
|
78
|
|
79 *******************************************************************************/
|
|
80
|
|
81 #endif
|
|
82
|