-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: "HTMLMediaElement: mediaKeys プロパティ" | ||
short-title: mediaKeys | ||
slug: Web/API/HTMLMediaElement/mediaKeys | ||
l10n: | ||
sourceCommit: ba9a6bebd0e7bf1dd6b5c4eed156d8f1748ade0f | ||
--- | ||
|
||
{{APIRef("Encrypted Media Extensions")}}{{SecureContext_Header}} | ||
|
||
**`HTMLMediaElement.mediaKeys`** プロパティは {{domxref("MediaKeys")}} オブジェクトを返します。要素が再生中にメディアデータを復号するために使用することができる一連のキーです。 | ||
|
||
## 値 | ||
|
||
{{domxref("MediaKeys")}} オブジェクトです。利用できるキーがない場合は `null` です。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} | ||
|
||
## 関連情報 | ||
|
||
- {{domxref("MediaKeys")}} |