Movie Player ActiveX Control

VolumeExpandStereo

 

Enable/Disable surround control when stereo input. Amplifies out-of-phase signal and route it to surround speakers if present.
You may call this property when video playing.

MoviePlayer1.VolumeExpandStereo[=Boolean]


Parameter
Boolean
True - Enable/Disable surround control.
False - Disable/Disable surround control.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.UseVolumeBoost=True
MoviePlayer1.VolumeGain = 10
MoviePlayer1.VolumeAutoGain=true
MoviePlayer1.VolumeExpandStereo=true
MoviePlayer1.FileName="c:\test.mpg"