Content-Length: 165733 | pFad | http://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/remote

HTMLMediaElement: remote property - Web APIs | MDN

HTMLMediaElement: remote property

Limited availability

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

The remote read-only property of the HTMLMediaElement interface returns the RemotePlayback object associated with the media element. The RemotePlayback object allow the control of remote devices playing the media.

Value

A RemotePlayback 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









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/remote

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy