|
Enable/Disable volume boost and Auto Gain, Normalize, surround control, voice control features.
MoviePlayer1.UseVolumeBoost[=Boolean]
|
Parameter Boolean True - Enable use volume boost and Auto Gain, Normalize, surround control, voice control features. False -Disable use volume boost and Auto Gain, Normalize, surround control, voice control features.
Remark This property is Read/Write.
Example
|
Visual Basic Syntax MoviePlayer1.UseVolumeBoost=True MoviePlayer1.VolumeGain = 10 MoviePlayer1.FileName="c:\test.mpg"
|
|
|