Movie Player SDK ActiveX Control ReferenceMethods ChangePitch Movie Player ActiveX Control ChangePitch Change the audio pitch to male, female child voices in real time. Public Function ChangePitch( _ ByVal iPitch As Double) ParameteriPitchthe range of pitch is -12 to 12. By default is 0. Return ValueTrue - Success, False- FailedExample Visual Basic SyntaxMoviePlayer1.FileName ="c:\test.mpg"MoviePlayer1.PlayMoviePLayer.ChangePitch 10