Skip to content

Commit

Permalink
2024/06/17 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 31, 2024
1 parent fdcdf2a commit 2a4cd10
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions files/ja/web/api/htmlmediaelement/mediakeys/index.md
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")}}

0 comments on commit 2a4cd10

Please sign in to comment.