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.
(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`
(encoding-info this media-encoding-configuration)
Method.
The MediaCapabilities.encodingInfo() method, part of the web.video.MediaCapabilities
of the Media Capabilities API, returns a promise with the tested
configuration's web.video.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.video.MediaCapabilities` of the Media Capabilities API, returns a promise with the tested configuration's `web.video.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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close