Movie Player ActiveX Control

ChangeTempo

 

Change the Tempo to speed up or slow down the song in real time. negative value is slow down the song.

Public Function ChangeTempo( _
  ByVal iTempo As Integer
)

 

Parameter
iTempo
the  percentage of tempo is -50 to 100, By default is 0.

Return Value
True - Success, False- Failed

Example

   

Visual Basic Syntax
MoviePlayer1.FileName ="c:\test.mpg"
MoviePlayer1.Play
MoviePLayer.ChangeTempo 100