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