Microsoft DirectX 9.0

IAMAudioInputMixer::get_BassRange

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

If the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

See Also