Movatterモバイル変換


[0]ホーム

URL:


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

HTMLMediaElement: disableRemotePlayback property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

ThedisableRemotePlayback property of theHTMLMediaElement interface determines whether the media element is allowed to have a remote playback UI.

Value

A boolean value indicating whether the media element may have a remote playbackUI. (false means "not disabled", which means "enabled")

Example

js
const obj = document.createElement("audio");obj.disableRemotePlayback = true;

Specifications

Specification
Remote Playback API
# the-disableremoteplayback-attribute

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp