vx_req_aux_get_derumbler_properties
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Audio Devices Get the derumbler (high-pass filter) properties. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle An optional parameter that specifies the account handle of the user whose derumbler properties will be retrieved. |
Detailed Description
Get the derumbler (high-pass filter) properties. See: vx_req_aux_get_derumbler_propertiesstruct vx_req_aux_get_derumbler_properties;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
An optional parameter that specifies the account handle of the user whose derumbler properties will be retrieved. 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.VX_HANDLE account_handle;