Microsoft DirectX 8.1 (C++) |
The get_BassRange method retrieves the bass range.
Syntax
HRESULT get_BassRange(
double *pRange
);
Parameters
pRange
[out] Pointer to a variable that receives the largest valid value for the IAMAudioInputMixer::put_Bass method. For example, 6.0 means that any value between 6.0 and 6.0 is valid.
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also