HTMLMediaElement: disableRemotePlayback プロパティ
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)
disableRemotePlayback
は HTMLMediaElement
インターフェイスのプロパティで、このメディア要素がリモート再生 UI を持つことを許可するかどうかを決定します。
値
論理値で、このメディア要素がリモート再生 UI を持つことができるかどうかを示します。(false
は「無効ではない」、すなわち「有効」を意味します)
例
js
const obj = document.createElement("audio");
obj.disableRemotePlayback = true;
仕様書
Specification |
---|
Remote Playback API # the-disableremoteplayback-attribute |
ブラウザーの互換性
BCD tables only load in the browser