IAMAudioInputMixer::get_Treble
Microsoft DirectShow 9.0 |
IAMAudioInputMixer::get_Treble
The get_Treble method retrieves the treble equalization.
Syntax
HRESULT get_Treble( double *pTreble );
Parameters
pTreble
[out] Receives the treble 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