|
Get or Set the allow use audio pitch feature (audio pitch or audio tempo). If you need call ChangePitch or ChangeTempo method, you must set EnableAudioPitch property to true.
DVDPlayer1.EnableAudioPitch[=bool]
|
Parameter bool true - enable, false -disable.
Remark This property is Read/Write.
Example
|
Visual Basic Syntax DVDPlayer.EnableAudioPitch=True DVDPlayer.OpenDVD DVDPlayer.ChangePitch 12
|
|
|