as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

MediaKeysSystemAccess

The MediaKeySystemAccess object provides access to a Key System.

For more information, see https://www.w3.org/TR/encrypted-media/#mediakeysystemaccess-interface.

Properties

keySystem

readonly keySystem: string

Identifies the Key System being used.

For more information, see https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-keysystem.

Methods

createMediaKeys()

createMediaKeys(): void | Promise<MediaKeys>

Creates a new MediaKeys object for keySystem.

For more information, see https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-createmediakeys.

Returns

void | Promise<MediaKeys>

Promise, resolved when successfully created a MediaKeys, rejected otherwise.


getConfiguration()

getConfiguration(): MediaKeySystemConfiguration

Returns the supported combination of configuration options selected by requestMediaKeySystemAccess().

For more information, see https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-getconfiguration.

Returns

MediaKeySystemConfiguration

MediaKeySystemConfiguration


Last updated: Oct 02, 2025