Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. MediaKeySystemAccess

MediaKeySystemAccess

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨March 2019⁩.

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

TheMediaKeySystemAccess interface of theEncrypted Media Extensions API provides access to a Key System for decryption and/or a content protection provider. You can request an instance of this object using theNavigator.requestMediaKeySystemAccess() method.

Instance properties

MediaKeySystemAccess.keySystemRead only

Returns a string identifying the key system being used.

Instance methods

MediaKeySystemAccess.createMediaKeys()

Returns aPromise that resolves to a newMediaKeys object.

MediaKeySystemAccess.getConfiguration()

Returns an object with the supported combination of configuration options.

Specifications

Specification
Encrypted Media Extensions
# mediakeysystemaccess-interface

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp