preservesPitch property
The HTMLMediaElement.preservesPitch property determines whether or
not the browser should adjust the pitch of the audio to compensate for
changes to the playback rate made by setting
HTMLMediaElement.playbackRate.
Implementation
external bool get preservesPitch;
Implementation
external set preservesPitch(bool value);