Platform SDK: TAPI

ITBasicAudioTerminal::put_Balance

Sets the balance. This method is not implemented for terminals shipped with TAPI 3.0.

HRESULT put_Balance(
  long lBalance
);

Parameters

lBalance
[in] Balance.

Return Values

Value Meaning
S_OK Method succeeded.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.
E_NOTIMPL Terminal's balance methods are not implemented.

Remarks

The balance property is a value between –10,000 and 10,000. A value of –10,000 indicates that the right speaker has been disabled and only the left speaker is receiving an audio signal. A value of 0 indicates that both speakers are receiving equivalent audio signals. A value of 10,000 indicates that the left speaker has been disabled and only the right speaker is receiving an audio signal.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

ITBasicAudioTerminal, get_Balance, Terminal Object