HTML Audio/Video DOM Reference
Set video to slow motion by default:
The defaultPlaybackRate property sets or returns the default playback speed of the audio/video.
Setting this property will only change the default playback speed, not the current. To change the current playback speed, use the playbackRate property.
![]()
The defaultPlaybackRate property is only supported in Internet Explorer 10 and Chrome.
Note: The defaultPlaybackRate property is not supported in Internet Explorer 9 and earlier, Firefox, Opera, or Safari.
Set the defaultPlaybackRate property:
Return the defaultPlaybackRate property:
| Value | Description |
|---|---|
| playbackspeed | Indicates the default playback speed of the audio/video. Example values:
|
| Return Value: | Number, the default playback speed |
|---|---|
| Default Value: | 1.0 |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.