Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Document ManagedMediaSource, ManagedSourceBuffer, and BufferedChangeEvent APIs#43281

Open
pepelsbey wants to merge 3 commits intomdn:mainfrom
pepelsbey:managed-buffered-media-source
Open

Document ManagedMediaSource, ManagedSourceBuffer, and BufferedChangeEvent APIs#43281
pepelsbey wants to merge 3 commits intomdn:mainfrom
pepelsbey:managed-buffered-media-source

Conversation

@pepelsbey
Copy link
Member

Description

New pages

  • BufferedChangeEvent
    • API/BufferedChangeEvent — The BufferedChangeEvent interface
    • API/BufferedChangeEvent/BufferedChangeEvent — The BufferedChangeEvent() constructor
    • API/BufferedChangeEvent/addedRanges — The addedRanges property
    • API/BufferedChangeEvent/removedRanges — The removedRanges property
  • ManagedMediaSource
    • API/ManagedMediaSource — The ManagedMediaSource interface
    • API/ManagedMediaSource/ManagedMediaSource — The ManagedMediaSource() constructor
    • API/ManagedMediaSource/streaming — The streaming property
    • API/ManagedMediaSource/startstreaming_event — The startstreaming event
    • API/ManagedMediaSource/endstreaming_event — The endstreaming event
  • ManagedSourceBuffer
    • API/ManagedSourceBuffer — The ManagedSourceBuffer interface
    • API/ManagedSourceBuffer/bufferedchange_event — The bufferedchange event

Updated pages

  • API/Media_Source_Extensions_API — Added new interfaces to the list

Motivation

Document new features available since Safari 17.

Additional details

@pepelsbey pepelsbey requested a review from a team as a code owner February 27, 2026 14:21
@pepelsbey pepelsbey requested review from chrisdavidmills and removed request for a team February 27, 2026 14:21
@github-actions github-actions bot added the Content:WebAPI Web API docs label Feb 27, 2026
@github-actions github-actions bot added the size/l [PR only] 501-1000 LoC changed label Feb 27, 2026
Copy link
Contributor

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, @pepelsbey. A bunch of comments for you to look at, but nothing major.


{{APIRef("Media Source Extensions")}}{{AvailableInWorkers("window_and_dedicated")}}

The **`streaming`** read-only property of the {{domxref("ManagedMediaSource")}} interface is a boolean indicating whether the application should actively fetch and append media data. When `true`, the user agent needs more data to ensure uninterrupted playback. When `false`, the user agent has enough data buffered and the application can stop fetching new segments.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should move the second sentence here to the "Value" section; it is more appropriate to have the description of what the values mean there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:WebAPI Web API docs size/l [PR only] 501-1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants