preservesPitch property
bool
get
preservesPitch
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;
set
preservesPitch
(bool value)
Implementation
external set preservesPitch(bool value);