vx_req_aux_set_derumbler_properties
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
struct vx_req_aux_set_derumbler_properties;
Set the derumbler (high-pass filter) properties.
See: vx_req_aux_set_derumbler_properties
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable enabled
int enabled;
Determine whether the derumbler should be enabled (default=1) or disabled (0).
variable stopband_corner_frequency
int 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.
variable account_handle
VX_HANDLE 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.