balance property

Sets or gets the value indicating how the volume of the background sound is divided between the left speaker and the right speaker.

Syntax

HRESULT value = object.put_balance( v);HRESULT value = object.get_balance(* p);

Property values

Type: VARIANT

a value in the range between -10,000 and +10,000. A -10,000 value indicates that all sound is directed to the left speaker. A +10,000 value indicates that all sound is directed to the right speaker. A zero value indicates that the sound is balanced between the left speaker and the right speaker.

0

Default value.