Movie Player ActiveX Control

VolumeAudioChannel

 

Change the left channel, right channel or both channel. The video (e.g. Karaoke video) contain multichannel audio, use this feature can 
remove the vocals.

MoviePlayer1.VolumeAudioChannel[=Integer]


Parameter
Integer
0 - left channel.
1 - right channel.
2 - both channel.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.UseVolumeBoost=True
MoviePlayer1.VolumeAudioChannel=0
MoviePlayer1.FileName="c:\test.mpg"