BPCVid.Balance

[This is preliminary documentation and subject to change.]

The Balance property sets or retrieves a value that controls the multimedia stream's audio balance between left and right speakers.

Syntax

object.Balance [ = lBalance]
 

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
lBalance
A Long that specifies the balance value. The number must be from –10,000 through +10,000. The default value is zero.

Remarks

The default value of zero indicates equal balance between left and right.

This property of the BPCVid object is passed to the current input device. You should set it using the BPCVid object instead of the BPCDeviceBase object. Otherwise, the Video control is not updated, and future behavior is undefined.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.

See Also

BPCVid.Volume