Movie Player ActiveX Control

VolumeVoiceControl

 

Enable/Disable voice control. You must call UseVolumeBoost=true. Enables voice control when stereo input. Amplifies in-phase signal and route it to center speaker if present.
You may call this property when video playing.

 

MoviePlayer1.VolumeVoiceControl[=Bool]


Parameter
True - Enable voice control.
False - Disable voice control.
Remark
This property is Read/Write.

Example

   

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