[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/sourceBuffer [Back]  [Original]

TextTrack: sourceBuffer property - Web APIs | MDN

TextTrack: sourceBuffer property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Want more browser support for this feature? Tell us why.

The read-only sourceBuffer property of the TextTrack interface returns the SourceBuffer that created the track, or null if the track was not created by a SourceBuffer or the SourceBuffer has been removed from the MediaSource.sourceBuffers attribute of its parent media source.

In this article

Value

A SourceBuffer or null.

Specifications

Specification
Media Source Extensions
# dom-texttrack-sourcebuffer

Browser compatibility


Web Proxy Viewer  |  New URL  |  Original Page