web.video interfaces.
web.video interfaces.
No vars found in this namespace.
The HTMLVideoElement interface provides special properties and
for manipulating video objects. It also inherits properties and
of web.media.HTMLMediaElement
and web.dom.HTMLElement
.
The HTMLVideoElement interface provides special properties and for manipulating video objects. It also inherits properties and of `web.media.HTMLMediaElement` and `web.dom.HTMLElement`.
A VideoPlaybackQuality object is returned by the HTMLVideoElement.getVideoPlaybackQuality()
and contains metrics that can be used to determine the playback
of a video.
A VideoPlaybackQuality object is returned by the `HTMLVideoElement.getVideoPlaybackQuality()` and contains metrics that can be used to determine the playback of a video.
The web.video.VideoTrack
interface represents a single video
from a <video>
element.
The `web.video.VideoTrack` interface represents a single video from a `<video>` element.
The VideoTrackList interface is used to represent a list of the
tracks contained within a <video>
element, with each track
by a separate web.video.VideoTrack
object in the list.
The VideoTrackList interface is used to represent a list of the tracks contained within a `<video>` element, with each track by a separate `web.video.VideoTrack` object in the list.
VideoTrackList Events.
VideoTrackList Events.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close