Set the audio balance of the media
| <multimedia:av>.setBalance( | |
| balance |
)
balance
A value between -1 and 1
This command will set the audio balance of the media. The balance can range from -1 to 1. A value of -1 means the audio is sent only to the left channel, 1 means the audio is sent to the right channel, and 0 means the audio is sent to both channels equally. The default is 0.
None