IAMAudioInputMixer::get_BassRange
Microsoft DirectShow 9.0 |
IAMAudioInputMixer::get_BassRange
The get_BassRange method retrieves the bass range.
Syntax
HRESULT get_BassRange( double *pRange );
Parameters
pRange
[out] 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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also