Add unit tests for VC manager APIs
[platform/core/uifw/voice-control.git] / client / vc_mgr_player.h
1
2 #ifndef __VC_MGR_PLAYER_H__
3 #define __VC_MGR_PLAYER_H__
4
5 #include <tizen.h>
6 #include <voice_control_common.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 int vc_mgr_player_init(int rate, vc_audio_channel_e channel, vc_audio_type_e audio_type);
13
14 int vc_mgr_player_release();
15
16 int vc_mgr_player_play();
17
18 int vc_mgr_player_stop();
19
20
21 #ifdef __cplusplus
22 }
23 #endif
24
25 #endif /* __VC_MGR_PLAYER_H__ */