Liking cljdoc? Tell your friends :D

web.video.core

web.video interfaces.

web.video interfaces.
raw docstring

No vars found in this namespace.

web.video.HTMLVideoElement

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`.
raw docstring

web.video.VideoPlaybackQuality

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.
raw docstring

web.video.VideoTrack

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.
raw docstring

web.video.VideoTrackList

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.
raw docstring

web.video.VideoTrackList.ev

VideoTrackList Events.

VideoTrackList Events.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close