DVD Player ActiveX Control

ChangeTempo

 

Change the audio tempo in real time. You must set EnableAudioPitch property to true first.

Public Function ChangeTempo(
 ByVal iTempo As Integer
)

 

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

No Return Value

Example

   

Visual Basic Syntax
DVDPlayer.EnableAudioPitch=True
DVDPlayer.OpenDVD
DVDPlayer.ChangeTempo  100