Movie Player ActiveX Control

VolumeAutoGain 

 

Enable/Disable auto gain control. It will automatically lower gain level (VolumeGain) on overload and restore it back then.
You may call this property when video playing.

MoviePlayer1.VolumeAutoGain[=Boolean]


Parameter
Boolean
True - Enable auto gain control.
False - Disable auto gain control.

Remark
This property is Read/Write.

Example

   

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