Easy Tutorial
❮ Tag B Canvas Clip ❯

HTML Audio/Video DOM playbackRate Property

HTML Audio/Video DOM Reference Manual

Example

Set the video to play at a slower speed:


Definition and Usage

The playbackRate property sets or returns the current playback speed of the audio/video.


Browser Support

All major browsers support the playbackRate property.

Note: Internet Explorer 9 and earlier versions do not support the playbackRate property.


Syntax

Set the playbackRate property:

Return the playbackRate property:

Property Values

Value Description
playbackspeed Indicates the current playback speed of the audio/video. <br>Example values: 1.0 normal speed<br> 0.5 half speed (slower)<br> 2.0 double speed (faster)<br> -1.0 backward, normal speed<br> -0.5 backward, half speed

Technical Details

Return Value: Numeric value, the current playback speed
Default Value: 1.0
--- ---
❮ Tag B Canvas Clip ❯