VideoEdit Gold ActiveX Control

AudioPitchChangeKey Method

Description

If set UseAudioPitch property = true , it can adjust the audio pitch when you call Preview, Save2MP3, Save2WMA, Save2Wave methods.

Syntax

Public Function AudioPitchChangeKey ( _
   ByVal iKey as integer
)

 

Parameter

iKey
    the range of pitch is -12 to 12. By default is 0.

No Return Value
 

Example

Visual Basic Syntax
VideoEdit1.UseAudioPitch=true
VideoEdit1.AudioPitchChangeKey 12
VideoEdit1.InitControl
result = VideoEdit1.AddAudio(txtAudio1, txtAudioStart1, txtAudioStop1)
result =VideoEdit1.Save2MP3("c:\\test.mp3",  44100, 128)