Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The Balance property sets or retrieves the audio renderer's balance level.
Syntax
objMSVidAudioRenderer.Balance As Long
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns a number from -10,000 to 10,000.
Remarks
The balance level is a value between 10,000 and 10,000, measured in hundredths of a decibel (dB). If the value is -10,000, the left channel is at full volume and the right channel is attenuated by 100 dB. If the value is 10,000, the right channel is at full volume and the left channel is attenuated by 100 dB. If the value is zero, both channels are at full volume.
This property is read/write.
See Also