Liking cljdoc? Tell your friends :D
ClojureScript only.

web.audio.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

decoding-infocljs

(decoding-info this media-decoding-configuration)

Method.

The MediaCapabilities.decodingInfo() method, part of the Media API, returns a promise with the tested media configuration's this contains the three Boolean properties supported, smooth, powerefficient, which describe whether decoding the media described be supported, smooth, and powerefficient.

mediaCapabilities.decodingInfo(MediaDecodingConfiguration)

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaCapabilities/decodingInfo

Method.

The MediaCapabilities.decodingInfo() method, part of the Media
API, returns a promise with the tested media configuration's
this contains the three Boolean properties supported, smooth,
powerefficient, which describe whether decoding the media described
be supported, smooth, and powerefficient.

`mediaCapabilities.decodingInfo(MediaDecodingConfiguration)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaCapabilities/decodingInfo`
sourceraw docstring

encoding-infocljs

(encoding-info this media-encoding-configuration)

Method.

The MediaCapabilities.encodingInfo() method, part of the web.audio.MediaCapabilities of the Media Capabilities API, returns a promise with the tested configuration's web.audio.MediaCapabilitiesInfo; this contains three Boolean properties supported, smooth, and powerefficient, describe how compatible the device is with the type of media.

mediaCapabilities.encodingInfo(mediaEncodingConfiguration)

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaCapabilities/encodingInfo

Method.

The MediaCapabilities.encodingInfo() method, part of the `web.audio.MediaCapabilities`
of the Media Capabilities API, returns a promise with the tested
configuration's `web.audio.MediaCapabilitiesInfo`; this contains
three Boolean properties supported, smooth, and powerefficient,
describe how compatible the device is with the type of media.

`mediaCapabilities.encodingInfo(mediaEncodingConfiguration)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaCapabilities/encodingInfo`
sourceraw docstring

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

× close