Platform SDK: Broadcast Architecture |
The Balance property sets or retrieves a value that controls the audio balance between left and right speakers for the multimedia stream currently presented by the Video control. Visual Basic syntax is shown.
object.Balance [ = lBalance]
Balance is not stored locally in the BPCVid object. Instead, it is passed to the corresponding property in the BPCDeviceBase object for the current input device. Your application should set BPCVid.Balance rather than the BPCDeviceBase.Balance property. Otherwise, the Video control is not updated, and future behavior is undefined.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.