Knox Tizen Wearable SDK
microphone.h
1 /*
2  * Copyright (c) 2000-2017 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of
7  * SAMSUNG ELECTRONICS ("Confidential Information").
8  * You shall not disclose such Confidential Information and shall
9  * use it only in accordance with the terms of the license agreement
10  * you entered into with SAMSUNG ELECTRONICS.
11  * SAMSUNG make no representations or warranties about the suitability
12  * of the software, either express or implied, including but not
13  * limited to the implied warranties of merchantability, fitness for
14  * a particular purpose, or non-infringement.
15  * SAMSUNG shall not be liable for any damages suffered by licensee as
16  * a result of using, modifying or distributing this software or its derivatives.
17  */
18 
19 #ifndef LIBMDM_MDM_MISC_MICROPHONE_H
20 #define LIBMDM_MDM_MISC_MICROPHONE_H
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #include "mdm/mdm_client_type.h"
27 
78 
110 
115 #ifdef __cplusplus
116 }
117 #endif
118 
119 #endif // LIBMDM_MDM_MISC_MICROPHONE_H
mdm_status_t
MDM Policy status.
mdm_result_t
MDM API result.
mdm_result_t mdm_set_allow_microphone(mdm_status_t state)
API to enable or disable voice recording capability.
mdm_status_t mdm_get_allow_microphone(void)
API to check whether voice recording capability is enabled or not.