Share via


IMSVidAudioRenderer::put_Balance method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The put_Balance method specifies the audio renderer's balance level.

Syntax

HRESULT put_Balance(
  [in] long lBal
);

Parameters

[in] lBal

Specifies the balance level.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The balance level is a value between �10,000 and 10,000, measured in hundredths of a decibel (dB). If the value is -10,000, the left channel is at full volume and the right channel is attenuated by 100 dB. If the value is 10,000, the right channel is at full volume and the left channel is attenuated by 100 dB. If the value is zero, both channels are at full volume.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IBasicAudio::put_Balance

IMSVidAudioRenderer Interface

IMSVidAudioRenderer::get_Balance