Liking cljdoc? Tell your friends :D

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

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

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

media.MediaError

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

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

media.MediaKeyMessageEvent

The MediaKeyMessageEvent interface of the EncryptedMediaExtensions contains the content and related data when the content decryption generates a message for the session.

The MediaKeyMessageEvent interface of the EncryptedMediaExtensions
contains the content and related data when the content decryption
generates a message for the session.
raw docstring

media.MediaKeys

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

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

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

media.MediaKeyStatusMap

The MediaKeyStatusMap interface of the EncryptedMediaExtensions is a read-only map of media key statuses by key IDs.

The MediaKeyStatusMap interface of the EncryptedMediaExtensions
is a read-only map of media key statuses by key IDs.
raw docstring

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

media.MediaKeySystemConfiguration

The MediaKeySystemConfiguration interface Encrypted Media Extensions provides configuration information about the media key system.

The MediaKeySystemConfiguration interface Encrypted Media Extensions
provides configuration information about the media key system.
raw docstring

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

media.MediaQueryList

A MediaQueryList object stores information on a media query applied a document, with support for both immediate and event-driven against the state of the document.

A MediaQueryList object stores information on a media query applied
a document, with support for both immediate and event-driven
against the state of the document.
raw docstring

media.MediaQueryListEvent

The MediaQueryListEvent object stores information on the changes have happened to a media.MediaQueryList object — instances available as the event object on a function referenced by a media.MediaQueryList.onchange or media.MediaQueryList.addListener() call.

The MediaQueryListEvent object stores information on the changes
have happened to a `media.MediaQueryList` object — instances
available as the event object on a function referenced by a `media.MediaQueryList.onchange`
or `media.MediaQueryList.addListener()` call.
raw docstring

media.MediaRecorder.ev

MediaRecorder Events.

MediaRecorder Events.
raw docstring

media.MediaRecorderErrorEvent

The MediaRecorderErrorEvent interface represents errors returned the MediaStream Recording API. It is an web.Event object that a reference to a dom.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 `dom.DOMException` describing the error that
raw docstring

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

media.MediaSettingsRange

The MediaSettingsRange interface of the the MediaStream Image API provides the possible range and value size of web.PhotoCapabilities.imageHeight web.PhotoCapabilities.imageWidth. A web.PhotoCapabilities can be retrieved by calling web.ImageCapture.PhotoCapabilities().

The MediaSettingsRange interface of the the MediaStream Image
API provides the possible range and value size of `web.PhotoCapabilities.imageHeight`
`web.PhotoCapabilities.imageWidth`. A `web.PhotoCapabilities`
can be retrieved by calling `web.ImageCapture.PhotoCapabilities()`.
raw docstring

media.MediaSource

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

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

media.MediaStream

The MediaStream interface represents a stream of media content. stream consists of several tracks such as video or audio tracks. track is specified as an instance of media.MediaStreamTrack.

The MediaStream interface represents a stream of media content.
stream consists of several tracks such as video or audio tracks.
track is specified as an instance of `media.MediaStreamTrack`.
raw docstring

media.MediaStream.ev

MediaStream Events.

MediaStream Events.
raw docstring

media.MediaStreamAudioDestinationNode

Inherits properties from its parent, audio.AudioNode.

Inherits properties from its parent, `audio.AudioNode`.
raw docstring

media.MediaStreamAudioSourceNode

The MediaStreamAudioSourceNode interface is a type of audio.AudioNode operates as an audio source whose media is received from a media.MediaStream using the WebRTC or Media Capture and Streams APIs.

The MediaStreamAudioSourceNode interface is a type of `audio.AudioNode`
operates as an audio source whose media is received from a `media.MediaStream`
using the WebRTC or Media Capture and Streams APIs.
raw docstring

media.MediaStreamAudioSourceOptions

The MediaStreamAudioSourceOptions dictionary provides configuration used when creating a media.MediaStreamAudioSourceNode using constructor.

The MediaStreamAudioSourceOptions dictionary provides configuration
used when creating a `media.MediaStreamAudioSourceNode` using
constructor.
raw docstring

media.MediaStreamConstraints

The MediaStreamConstraints dictionary is used when calling web.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 `web.getUserMedia()`
specify what kinds of tracks should be included in the returned
and, optionally, to establish constraints for those tracks' settings.
raw docstring

media.MediaStreamEvent

The MediaStreamEvent interface represents events that occurs relation to a media.MediaStream. Two events of this type can thrown: addstream and removestream.

The MediaStreamEvent interface represents events that occurs
relation to a `media.MediaStream`. Two events of this type can
thrown: addstream and removestream.
raw docstring

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

media.MediaStreamTrack.ev

MediaStreamTrack Events.

MediaStreamTrack Events.
raw docstring

media.MediaStreamTrackAudioSourceOptions

The MediaStreamTrackAudioSourceOptions dictionary is used when options to the media.MediaStreamTrackAudioSourceNode() constructor.

The MediaStreamTrackAudioSourceOptions dictionary is used when
options to the `media.MediaStreamTrackAudioSourceNode()` constructor.
raw docstring

media.MediaTrackConstraints

The MediaTrackConstraints dictionary is used to describe a set capabilities and the value or values each can take on. A constraints is passed into web.applyConstraints() to allow a script to a set of exact (required) values or ranges and/or preferred values ranges of values for the track, and the most recently-requested of custom constraints can be retrieved by calling web.getConstraints().

The MediaTrackConstraints dictionary is used to describe a set
capabilities and the value or values each can take on. A constraints
is passed into `web.applyConstraints()` to allow a script to
a set of exact (required) values or ranges and/or preferred values
ranges of values for the track, and the most recently-requested
of custom constraints can be retrieved by calling `web.getConstraints()`.
raw docstring

media.MediaTrackSettings

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

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

media.MediaTrackSupportedConstraints

The MediaTrackSupportedConstraints dictionary establishes the of constrainable properties recognized by the user agent or browser its implementation of the media.MediaStreamTrack object. An conforming to MediaTrackSupportedConstraints is returned by media.MediaDevices.getSupportedConstraints().

The MediaTrackSupportedConstraints dictionary establishes the
of constrainable properties recognized by the user agent or browser
its implementation of the `media.MediaStreamTrack` object. An
conforming to MediaTrackSupportedConstraints is returned by `media.MediaDevices.getSupportedConstraints()`.
raw docstring

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

× close