Overview / Web Technology
Web technology reference for developers
HTML
Structure of content on the web
CSS
Code used to describe document style
JavaScript
General-purpose scripting language
HTTP
Protocol for transmitting web resources
Web APIs
Interfaces for building web applications
Web Extensions
Developing extensions for web browsers
Accessibility
Build web projects usable for all
Web Technology
Web technology reference for developers
Filter sidebar
In this articleHTMLMediaElement
audioTracks
autoplay
buffered
controller
Non-standard Deprecatedcontrols
controlsList
crossOrigin
currentSrc
currentTime
defaultMuted
defaultPlaybackRate
disableRemotePlayback
duration
ended
error
loop
mediaGroup
Non-standard DeprecatedmediaKeys
muted
networkState
paused
playbackRate
played
preload
preservesPitch
readyState
remote
seekable
seeking
sinkId
src
srcObject
textTracks
videoTracks
volume
addTextTrack()
canPlayType()
captureStream()
fastSeek()
load()
pause()
play()
seekToNextFrame()
Non-standard DeprecatedsetMediaKeys()
setSinkId()
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The disableRemotePlayback
property of the HTMLMediaElement
interface determines whether the media element is allowed to have a remote playback UI.
A boolean value indicating whether the media element may have a remote playback UI. (false
means "not disabled", which means "enabled")
js
const obj = document.createElement("audio");
obj.disableRemotePlayback = true;
Specifications Specification Remote Playback API disableremoteplayback
attribute of the <audio>
elementdisableremoteplayback
attribute of the <video>
element.
This page was last modified on Apr 10, 2025 by MDN contributors.
View this page on GitHubâ¢
Report a problem with this contentRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4