HTMLMediaElement: remote プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/ja/web/api/remote_playback_api/index.md)
remote
は HTMLMediaElement
インターフェイスの読み取り専用プロパティで、このメディア要素に関連付けられた RemotePlayback
オブジェクトを返します。RemotePlayback
オブジェクトは、メディアを再生するリモート端末を制御することができます。
値
このメディア要素に関連付けられた RemotePlayback
オブジェクトです。
例
js
const el = document.createElement("audio");
const remotePlayback = el.remote;
remotePlayback.watchAvailability((availability) => {
// 利用できる状況が変わったら何かを行う
});
仕様書
Specification |
---|
Remote Playback API # dom-htmlmediaelement-remote |
ブラウザーの互換性
BCD tables only load in the browser