A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/HTMLMediaElement/defaultPlaybackRate below:

HTMLMediaElement: defaultPlaybackRate property - Web APIs

HTMLMediaElement: defaultPlaybackRate property

Baseline Widely available

The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.

Value

A double. 1.0 is "normal speed," values lower than 1.0 make the media play slower than normal, higher values make it play faster.

Exceptions
NotSupportedError DOMException

Thrown if the specified value is not supported.

Examples
const obj = document.createElement("video");
console.log(obj.defaultPlaybackRate); // 1
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4