Microsoft DirectX 9.0

IAMAudioInputMixer::get_Treble

The get_Treble method retrieves the treble equalization.

Syntax

HRESULT get_Treble(
  double *pTreble
);

Parameters

pTreble

[in]  Pointer to a variable that 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.

See Also