Share via


IAMAudioInputMixer::put_Bass

 
Microsoft DirectShow 9.0

IAMAudioInputMixer::put_Bass

The put_Bass method sets the bass equalization.

Syntax

  HRESULT put_Bass(
  double Bass
);

Parameters

Bass

[in]  Specifies the gain, in decibels. A negative value specifies attenuation.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK Success.
E_INVALIDARG Invalid argument. Must be in range given by IAMAudioInputMixer::get_BassRange.

Remarks

This method boosts or cuts the signal's bass before it is recorded, by the number of decibels specified in the Bass parameter.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also