IAMAudioInputMixer::get_Loudness
Microsoft DirectShow 9.0 |
IAMAudioInputMixer::get_Loudness
The get_Loudness method retrieves the loudness control setting.
Syntax
HRESULT get_Loudness( BOOL *pfLoudness );
Parameters
pfLoudness
[out] Receives one of the following values.
Value | Description |
TRUE | Loudness is on. |
FALSE | Loudness is off. |
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