Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the playback rate is increased or decreased.
![]() ![]() |
Syntax
HTML Attribute | <element onratechange = "handler(event)"> |
Event Property | object.onratechange = handler; |
addEventListener Method | object.addEventListener("ratechange", handler, useCapture) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
handler [in]
Type: functionEvent handler object.
Standards information
Remarks
This event is raised when the value of playbackRate changes.
To invoke this event, do one of the following:
- Increase or decrease the value of playbackRate.