Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_aux_set_mic_level

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Audio Devices Set the master microphone level of the Vivox SDK sound system. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
intlevel
The master microphone level.
VX_HANDLEaccount_handle
An optional parameter that specifies the account handle of the user whose microphone level will be set.

Detailed Description

struct vx_req_aux_set_mic_level;
Set the master microphone level of the Vivox SDK sound system. See: vx_resp_aux_set_mic_level Valid values are non-negative integers between 0 and 100 (inclusive). The default value is 50.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable level

int level;
The master microphone level. This is a non-negative integer value between 0 and 100 (inclusive). The scale is logarithmic, which means that a level increase of 6 represents a doubling in energy, and a level increase of 20 represents a ten-fold increase in energy. The default value is 50.

variable account_handle

VX_HANDLE account_handle;
An optional parameter that specifies the account handle of the user whose microphone level will be set. This must either be unset or the account_handle that was passed in to a vx_req_account_anonymous_login request that previously succeeded. If unset, the default account_handle is used.