---
title: playbackRate
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlmediaelement/1629746-playbackrate
---

# playbackRate

The speed that the media resource is playing.

## Declaration

```data
attribute unrestricted double playbackRate;
```

## Discussion

Discussion The value of this property is a multiple of the media resource’s intrinsic speed. If set to 0.0, a NOT_SUPPORTED_ERR DOM exception is raised. The default value is 1.0. Use this property to create custom controls for playback rate. Values greater than 1.0 fast-forward media and values less than 0.0 rewind. This property can not be set for HTML5 audio/video elements on iOS.

## See Also

### Getting and Setting Properties

- [autoplay](webkitjs/htmlmediaelement/1629662-autoplay.md)
- [controls](webkitjs/htmlmediaelement/1631980-controls.md)
- [currentTime](webkitjs/htmlmediaelement/1631307-currenttime.md)
- [defaultPlaybackRate](webkitjs/htmlmediaelement/1631650-defaultplaybackrate.md)
- [loop](webkitjs/htmlmediaelement/1633760-loop.md)
- [muted](webkitjs/htmlmediaelement/1630580-muted.md)
- [preload](webkitjs/htmlmediaelement/1633059-preload.md)
- [src](webkitjs/htmlmediaelement/1629312-src.md)
- [volume](webkitjs/htmlmediaelement/1631549-volume.md)
