Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all responses.
intlevel
The master "microphone" level.

Detailed Description

struct vx_resp_aux_get_mic_level;
The response for vx_req_aux_get_mic_level. See: vx_req_aux_get_mic_level

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable level

int 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.