IHTMLBGsound::get_balanceIHTMLBGsound::get_balance*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBGsound
*Next Topic: IHTMLBGsound::get_loop

IHTMLBGsound::get_balance


HRESULT get_balance(
    VARIANT *p
);

Retrieves the balance value of the background sound. The value specifies how the sound is divided between left and right speakers.

p
Address of a VARIANT structure that contains the balance.

See also put_balance

Up Top of Page


IHTMLBGsound::put_balance


HRESULT put_balance(
    VARIANT v
);

Sets the balance value of the background sound. The value specifies how the sound is divided between left and right speakers.

v
VARIANT structure that contains the balance value to set.

See also get_balance


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.