IMFPMediaPlayer::GetBalance method (mfplay.h)

Important  Deprecated. This API may be removed from future releases of Windows. Applications should use the Media Session for playback.
 

Gets the current audio balance.

Syntax

HRESULT GetBalance(
  [out] float *pflBalance
);

Parameters

[out] pflBalance

Receives the balance. The value can be any number in the following range (inclusive).

Value Meaning
-1.0
The left channel is at full volume; the right channel is silent.
+1.0
The right channel is at full volume; the left channel is silent.
 

If the value is zero, the left and right channels are at equal volumes. The default value is zero.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header mfplay.h

See also

IMFPMediaPlayer

Using MFPlay for Audio/Video Playback