Skip to content

Commit

Permalink
SourceBuffers -> SourceBufferList (#24641)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Feb 20, 2023
1 parent 7a521c0 commit 4576d7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions files/en-us/web/api/mediasource/removesourcebuffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ browser-compat: api.MediaSource.removeSourceBuffer

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

The **`removeSourceBuffer()`** method of the
{{domxref("MediaSource")}} interface removes the given {{domxref("SourceBuffer")}} from
the {{domxref("SourceBuffers")}} list associated with this `MediaSource`
object.
The **`removeSourceBuffer()`** method of the {{domxref("MediaSource")}} interface removes the given {{domxref("SourceBuffer")}} from the {{domxref("SourceBufferList")}} associated with this `MediaSource` object.

## Syntax

Expand Down

0 comments on commit 4576d7b

Please sign in to comment.