Liking cljdoc? Tell your friends :D

web.video.BlobEvent

The BlobEvent interface represents events associated with a web.files.Blob. blobs are typically, but not necessarily, associated with media

The BlobEvent interface represents events associated with a `web.files.Blob`.
blobs are typically, but not necessarily, associated with media
raw docstring

web.video.core

web.video interfaces.

web.video interfaces.
raw docstring

No vars found in this namespace.

web.video.DisplayMediaStreamConstraints

The DisplayMediaStreamConstraints dictionary is used to specify or not to include video and/or audio tracks in the web.streams.MediaStream be returned by getDisplayMedia(), as well as what type of processing be applied to the tracks.

The DisplayMediaStreamConstraints dictionary is used to specify
or not to include video and/or audio tracks in the `web.streams.MediaStream`
be returned by `getDisplayMedia()`, as well as what type of processing
be applied to the tracks.
raw docstring

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.MediaCapabilities

The MediaCapabilities interface of the Media Capabilities API information about the decoding abilities of the device, system browser. The API can be used to query the browser about the decoding of the device based on codecs, profile, resolution, and bitrates. information can be used to serve optimal media streams to the and determine if playback should be smooth and power efficient.

The MediaCapabilities interface of the Media Capabilities API
information about the decoding abilities of the device, system
browser. The API can be used to query the browser about the decoding
of the device based on codecs, profile, resolution, and bitrates.
information can be used to serve optimal media streams to the
and determine if playback should be smooth and power efficient.
raw docstring

web.video.MediaDeviceInfo

The MediaDevicesInfo interface contains information that describes single media input or output device.

The MediaDevicesInfo interface contains information that describes
single media input or output device.
raw docstring

web.video.MediaDevices

The MediaDevices interface provides access to connected media devices like cameras and microphones, as well as screen sharing. essence, it lets you obtain access to any hardware source of data.

The MediaDevices interface provides access to connected media
devices like cameras and microphones, as well as screen sharing.
essence, it lets you obtain access to any hardware source of
data.
raw docstring

web.video.MediaDevices.ev

MediaDevices Events.

MediaDevices Events.
raw docstring

web.video.MediaError

The MediaError interface represents an error which occurred while media in an HTML media element based on web.media.HTMLMediaElement, as <audio> or <video>.

The MediaError interface represents an error which occurred while
media in an HTML media element based on `web.media.HTMLMediaElement`,
as `<audio>` or `<video>`.
raw docstring

web.video.MediaKeys

The MediaKeys interface of EncryptedMediaExtensions API represents set of keys that an associated web.media.HTMLMediaElement can for decryption of media data during playback.

The MediaKeys interface of EncryptedMediaExtensions API represents
set of keys that an associated `web.media.HTMLMediaElement` can
for decryption of media data during playback.
raw docstring

web.video.MediaKeySession

The MediaKeySession interface of the EncryptedMediaExtensions represents a context for message exchange with a content decryption (CDM).

The MediaKeySession interface of the EncryptedMediaExtensions
represents a context for message exchange with a content decryption
(CDM).
raw docstring

web.video.MediaKeySystemAccess

The MediaKeySystemAccess interface of the EncryptedMediaExtensions provides access to a Key System for decryption and/or a content provider. You can request an instance of this object using the method.

The MediaKeySystemAccess interface of the EncryptedMediaExtensions
provides access to a Key System for decryption and/or a content
provider. You can request an instance of this object using the
method.
raw docstring

web.video.MediaMetadata

The MediaMetadata interface of the the Media Session API provides a web page to provide rich media metadata for display in a platform

The MediaMetadata interface of the the Media Session API provides
a web page to provide rich media metadata for display in a platform
raw docstring

web.video.MediaRecorder

The MediaRecorder interface of the MediaStream Recording API functionality to easily record media. It is created using the constructor.

The MediaRecorder interface of the MediaStream Recording API
functionality to easily record media. It is created using the
constructor.
raw docstring

web.video.MediaRecorder.ev

MediaRecorder Events.

MediaRecorder Events.
raw docstring

web.video.MediaRecorderErrorEvent

The MediaRecorderErrorEvent interface represents errors returned the MediaStream Recording API. It is an web.Event object that a reference to a web.DOMException describing the error that

The MediaRecorderErrorEvent interface represents errors returned
the MediaStream Recording API. It is an `web.Event` object that
a reference to a `web.DOMException` describing the error that
raw docstring

web.video.MediaSession

The MediaSession interface of the Media Session API allows a page to provide custom behaviors for standard media playback

The MediaSession interface of the Media Session API allows a
page to provide custom behaviors for standard media playback
raw docstring

web.video.MediaSource

The MediaSource interface of the Media Source Extensions API a source of media data for an web.media.HTMLMediaElement object. MediaSource object can be attached to a web.media.HTMLMediaElement be played in the user agent.

The MediaSource interface of the Media Source Extensions API
a source of media data for an `web.media.HTMLMediaElement` object.
MediaSource object can be attached to a `web.media.HTMLMediaElement`
be played in the user agent.
raw docstring

web.video.MediaStreamConstraints

The MediaStreamConstraints dictionary is used when calling getUserMedia() specify what kinds of tracks should be included in the returned and, optionally, to establish constraints for those tracks' settings.

The MediaStreamConstraints dictionary is used when calling `getUserMedia()`
specify what kinds of tracks should be included in the returned
and, optionally, to establish constraints for those tracks' settings.
raw docstring

web.video.MediaStreamTrack

The MediaStreamTrack interface represents a single media track a stream; typically, these are audio or video tracks, but other types may exist as well.

The MediaStreamTrack interface represents a single media track
a stream; typically, these are audio or video tracks, but other
types may exist as well.
raw docstring

web.video.MediaTrackSettings

The MediaTrackSettings dictionary is used to return the current configured for each of a web.video.MediaStreamTrack's settings. values will adhere as closely as possible to any constraints described using a web.streams.MediaTrackConstraints object set using applyConstraints(), and will adhere to the default for any properties whose constraints haven't been changed, or customized constraints couldn't be matched.

The MediaTrackSettings dictionary is used to return the current
configured for each of a `web.video.MediaStreamTrack`'s settings.
values will adhere as closely as possible to any constraints
described using a `web.streams.MediaTrackConstraints` object
set using `applyConstraints()`, and will adhere to the default
for any properties whose constraints haven't been changed, or
customized constraints couldn't be matched.
raw docstring

web.video.OverconstrainedError

The OverconstrainedError interface of the Media Capture and Streams indicates that the set of desired capabilities for the current cannot currently be met. When this event is thrown on a MediaStreamTrack, is muted until either the current constraints can be established until satisfiable constraints are applied.

The OverconstrainedError interface of the Media Capture and Streams
indicates that the set of desired capabilities for the current
cannot currently be met. When this event is thrown on a MediaStreamTrack,
is muted until either the current constraints can be established
until satisfiable constraints are applied.
raw docstring

web.video.RTCIceTransport

The RTCIceTransport interface provides access to information the ICE transport layer over which the data is being sent and

The RTCIceTransport interface provides access to information
the ICE transport layer over which the data is being sent and
raw docstring

web.video.RTCPeerConnection

The RTCPeerConnection interface represents a WebRTC connection the local computer and a remote peer. It provides methods to to a remote peer, maintain and monitor the connection, and close connection once it's no longer needed.

The RTCPeerConnection interface represents a WebRTC connection
the local computer and a remote peer. It provides methods to
to a remote peer, maintain and monitor the connection, and close
connection once it's no longer needed.
raw docstring

web.video.RTCRtpSender

The RTCRtpSender interface provides the ability to control and details about how a particular web.video.MediaStreamTrack is and sent to a remote peer.

The RTCRtpSender interface provides the ability to control and
details about how a particular `web.video.MediaStreamTrack` is
and sent to a remote peer.
raw docstring

web.video.RTCSessionDescription

The RTCSessionDescription interface describes one end of a connection—or connection—and how it's configured. Each RTCSessionDescription of a description type indicating which part of the offer/answer process it describes and of the SDP descriptor of the session.

The RTCSessionDescription interface describes one end of a connection—or
connection—and how it's configured. Each RTCSessionDescription
of a description `type` indicating which part of the offer/answer
process it describes and of the SDP descriptor of the session.
raw docstring

web.video.SourceBuffer

The SourceBuffer interface represents a chunk of media to be into an web.media.HTMLMediaElement and played, via a web.video.MediaSource This can be made up of one or several media segments.

The SourceBuffer interface represents a chunk of media to be
into an `web.media.HTMLMediaElement` and played, via a `web.video.MediaSource`
This can be made up of one or several media segments.
raw docstring

web.video.SourceBufferList

The SourceBufferList interface represents a simple container for multiple web.video.SourceBuffer objects.

The SourceBufferList interface represents a simple container
for multiple `web.video.SourceBuffer` objects.
raw docstring

web.video.TrackDefault

The TrackDefault interface provides a web.video.SourceBuffer kind, label, and language information for tracks that do not this information in the initialization segments of a media chunk.

The TrackDefault interface provides a `web.video.SourceBuffer`
kind, label, and language information for tracks that do not
this information in the initialization segments of a media chunk.
raw docstring

web.video.TrackDefaultList

The TrackDefaultList interface represents a simple container for multiple web.video.TrackDefault objects.

The TrackDefaultList interface represents a simple container
for multiple `web.video.TrackDefault` objects.
raw docstring

web.video.TrackEvent

The TrackEvent interface, which is part of the HTML DOM specification, used for events which represent changes to a set of available on an HTML media element; these events are addtrack and removetrack.

The TrackEvent interface, which is part of the HTML DOM specification,
used for events which represent changes to a set of available
on an HTML media element; these events are addtrack and removetrack.
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