Movatterモバイル変換


[0]ホーム

URL:


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

HTMLMediaElement: remote property

Limited availability

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

Theremote read-only property of theHTMLMediaElement interface returns theRemotePlayback object associated with the media element. TheRemotePlayback object allow the control of remote devices playing the media.

Value

ARemotePlayback object associated with the media element.

Example

js
const el = document.createElement("audio");const remotePlayback = el.remote;remotePlayback.watchAvailability((availability) => {  // Do something when the availability changes});

Specifications

Specification
Remote Playback API
# dom-htmlmediaelement-remote

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp