Movie Player ActiveX Control

UsePitchTempo

 

Enable/Disable using the pitch, tempo feature. Default is True, if your application do not use ChangeTempo, ChangePitch method, you can set to False, you do not need distribute viscomaudio.dll when distribute your application.

MoviePlayer1.UsePitchTempo[=Boolean]


Parameter
Boolean
True - Enable use the Pitch, Tempo feature, Disable use the Pitch, Tempo feature.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.UsePitchTemo=False
MoviePlayer1.FileName="c:\test.mpg"