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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the balance.
See also put_balance
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the balance value to set.
See also get_balance
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.