BPCVid.Volume

[This is preliminary documentation and subject to change.]

The Volume property sets or retrieves a value that controls the loudness of the multimedia stream.

Syntax

object.Volume [ = lLoudness ]
 

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
lLoudness
A Long that specifies the audio volume. The possible values range from –10,000 to 0. The default value, zero, represents full volume. The value –10,000 represents minimum volume.

Remarks

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.Balance