Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLMediaElement
  4. encrypted

HTMLMediaElement: encrypted event

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⁩.

Theencrypted event is fired when initialization data is found in the media that indicates it is encrypted.

This event is not cancelable and does not bubble.

Syntax

Use the event name in methods likeaddEventListener(), or set an event handler property.

js
addEventListener("encrypted", (event) => { })onencrypted = (event) => { }

Event type

AMediaEncryptedEvent. Inherits fromEvent.

Event MediaEncryptedEvent

Event properties

MediaEncryptedEvent.initDataTypeRead only

Returns a case-sensitive string with thetype of the format of the initialization data found.

MediaEncryptedEvent.initDataRead only

Returns anArrayBuffer containing the initialization data found. If there is no initialization data associated with the format, it returnsnull.

Specifications

Specification
Encrypted Media Extensions
# dom-htmlmediaelement-onencrypted

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp