Back to Content

SourceBuffer: buffered property

files/en-us/web/api/sourcebuffer/buffered/index.md

latest510 B
Original Source

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

The buffered read-only property of the {{domxref("SourceBuffer")}} interface returns the time ranges that are currently buffered in the SourceBuffer as a normalized {{domxref("TimeRanges")}} object.

Value

A {{domxref("TimeRanges")}} object.

Examples

TBD

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("MediaSource")}}
  • {{domxref("SourceBufferList")}}