Whether the element's canplaythrough event has fired.
The HTMLVideoElement.
The playback rate (multiplier). See Asset.rate.
The media's seek point (sec). See [[Asset.seek].
The HTMLVideoElement's currentSrc.
Fire the callback once after playing for the duration (sec), or, if the provided duration is negative, that many seconds from the video end. Removes need for complicated timeout management.
Pauses the video, removes all handlers, and removes element from DOM.
Adds an event listener with addEventListener. Remove with off.
Adds an event listener with on which is removed after the event fires.
Pause the video playback.
Start the video playback
Start the video playback after canplaythrough has fired.
Generated using TypeDoc
Video
A wrapper around the
HTMLVideoElementproviding useful shorthands.