Microsoft DirectX 9.0 |
The put_Bass method sets the bass equalization.
Syntax
HRESULT put_Bass(
double Bass
);
Parameters
Bass
[in] Specifies the gain, in decibels. A negative value specifies attenuation.
Return Values
Returns an HRESULT value. Possible values include the following.
Return code | Description |
S_OK | Success. |
E_INVALIDARG | Invalid argument. Must be in range given by IAMAudioInputMixer::get_BassRange. |
Remarks
This method boosts or cuts the signal's bass before it is recorded, by the number of decibels specified in the Bass parameter.
See Also