diff --git a/source b/source index 6b6d78e0706..fb6504317a8 100644 --- a/source +++ b/source @@ -34595,7 +34595,8 @@ interface MediaError {
Can be set to false to have the media resource's audio pitch change up or down correspondingly to the playbackRate
instead of using pitch-preserving algorithms. This is useful for aesthetic and performance reasons. Default: true.
Returns true if pitch-preserving algorithms are used when the playbackRate
is not 1.0. The default value is true.
Can be set to false to have the media resource's audio pitch change up or down correspondingly to the playbackRate
. This is useful for aesthetic and performance reasons.
ratechange
at the media
- element.
+ element. The user agent must process attribute changes smoothly and must not introduce any perceivable gaps or muting of playback in response.
The preservesPitch
attribute, on
- getting, must return TODO. On setting, TODO.