vx_resp_aux_get_mic_level
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Audio Devices The response for vx_req_aux_get_mic_level. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | level The master "microphone" level. |
Detailed Description
The response for vx_req_aux_get_mic_level. See: vx_req_aux_get_mic_levelstruct vx_resp_aux_get_mic_level;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable level
The master "microphone" level. This is a non-negative integer value between 0 and 100 (inclusive). The default value is 50. A +6 increase represents a doubling of energy, and a +20 increase represents a tenfold increase in energy.int level;