Movie Player ActiveX Control

VolumeNormalizeMatrix

 

Enable/Disable matrix should be normalized or not. You must call UseVolumeBoost=true.
You may call this property when video playing.
 

MoviePlayer1.VolumeNormalizeMatrix[=Bool]


Parameter
True - Enable matrix should be normalized.
False - Disable matrix should be normalized.
Remark
This property is Read/Write.

Example

   

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