DVD Player ActiveX Control

ChangePitch

 

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

Public Function ChangePitch(
 ByVal iPitch As Integer
)

 

Parameter
iPitch
the range of pitch from -12 to 12. By default is 0.

No Return Value

Example

   

Visual Basic Syntax
DVDPlayer.EnableAudioPitch=True
DVDPlayer.OpenDVD
DVDPlayer.ChangePitch  12