Microsoft DirectX 9.0 |
The get_Bass method retrieves the bass equalization.
Syntax
HRESULT get_Bass(
double *pBass
);
Parameters
pBass
[in] Pointer to a variable that receives the bass gain, in decibels. A negative value indicates attenuation.
Return Values
If the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also