|
Get or Set the balance of the audio signal. The value can range from -10,000 to 10,000. The value -10,000 means the right channel is attenuated by 100 dB and is effectively silent. The value 10,000 means the left channel is silent. The neutral value is 0, which means that both channels are at full volume.
MoviePlayer1.AudioBalance[=Long]
|
Parameter Long the value of audio signal
Remark This property is Read/Write.
Example
|
Visual Basic Syntax MoviePlayer1.AspectRatio=True MoviePlayer1.FileName="c:\test.dat" MoviePlayer1.Play MoviePlayer1.AudioBalance=-10000
|
|
|