vx_req_aux_set_derumbler_properties
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Audio Devices Set the derumbler (high-pass filter) properties. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| int | enabled Determine whether the derumbler should be enabled (default=1) or disabled (0). |
| int | stopband_corner_frequency The frequency at which the derumbler high-pass filter enters into full attenuation. |
| VX_HANDLE | account_handle An optional parameter that specifies the account handle of the user whose derumbler properties will be set. |
Detailed Description
Set the derumbler (high-pass filter) properties. See: vx_req_aux_set_derumbler_propertiesstruct vx_req_aux_set_derumbler_properties;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable enabled
Determine whether the derumbler should be enabled (default=1) or disabled (0).int enabled;
variable stopband_corner_frequency
The frequency at which the derumbler high-pass filter enters into full attenuation. All frequencies at and below this corner frequency are greatly reduced in amplitude. Frequencies above this corner frequency remain at their original amplitude, except for the frequencies that are just above the corner frequency. Valid values are: 15, 60 (the default value), 100.int stopband_corner_frequency;
variable account_handle
An optional parameter that specifies the account handle of the user whose derumbler properties 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.VX_HANDLE account_handle;