A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/disableRemotePlayback below:

HTMLMediaElement: disableRemotePlayback property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. HTMLMediaElement
  4. disableRemotePlayback

Filter sidebar

In this article
  1. Remote Playback API
  2. HTMLMediaElement
  3. Instance properties
    1. audioTracks
    2. autoplay
    3. buffered
    4. controller Non-standard Deprecated
    5. controls
    6. controlsList
    7. crossOrigin
    8. currentSrc
    9. currentTime
    10. defaultMuted
    11. defaultPlaybackRate
    12. disableRemotePlayback
    13. duration
    14. ended
    15. error
    16. loop
    17. mediaGroup Non-standard Deprecated
    18. mediaKeys
    19. muted
    20. networkState
    21. paused
    22. playbackRate
    23. played
    24. preload
    25. preservesPitch
    26. readyState
    27. remote
    28. seekable
    29. seeking
    30. sinkId
    31. src
    32. srcObject
    33. textTracks
    34. videoTracks
    35. volume
  4. Instance methods
    1. addTextTrack()
    2. canPlayType()
    3. captureStream()
    4. fastSeek()
    5. load()
    6. pause()
    7. play()
    8. seekToNextFrame() Non-standard Deprecated
    9. setMediaKeys()
    10. setSinkId()
  5. Events
    1. abort
    2. canplay
    3. canplaythrough
    4. durationchange
    5. emptied
    6. encrypted
    7. ended
    8. error
    9. loadeddata
    10. loadedmetadata
    11. loadstart
    12. pause
    13. play
    14. playing
    15. progress
    16. ratechange
    17. seeked
    18. seeking
    19. stalled
    20. suspend
    21. timeupdate
    22. volumechange
    23. waiting
    24. waitingforkey
  6. Inheritance
    1. HTMLElement
    2. Element
    3. Node
    4. EventTarget
  7. Related pages for Remote Playback API
    1. HTMLMediaElement.disableRemotePlayback
    2. HTMLMediaElement.remote
    3. RemotePlayback
In this article HTMLMediaElement: disableRemotePlayback property

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.

Value

A boolean value indicating whether the media element may have a remote playback UI. (false means "not disabled", which means "enabled")

Example

js

const obj = document.createElement("audio");
obj.disableRemotePlayback = true;
Specifications Specification Remote Playback API
# the-disableremoteplayback-attribute
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Apr 10, 2025 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch 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