This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

playbackRate

Property of dom/HTMLMediaElementdom/HTMLMediaElement

Syntax

var result = element.playbackRate;
element.playbackRate = value;

Notes

Remarks

If the value is 0 or a positive number, the direction of play is forward. Otherwise, the direction of play is backward.

Syntax

Standards information

See also

Related pages

  • mediamedia
  • audio
  • audio
  • video element
  • video object

Attributions