Reference Index > Media Source Extensions (MSE)
};interface SourceBuffer {attribute AppendMode mode;readonly attribute boolean updating;readonly attribute TimeRanges buffered;attribute double timestampOffset;readonly attribute AudioTrackList audioTracks;readonly attribute VideoTrackList videoTracks;readonly attribute TextTrackList textTracks;attribute double appendWindowStart;attribute unrestricted double appendWindowEnd;attribute EventHandler onupdatestart;attribute EventHandler onupdate;attribute EventHandler onupdateend;attribute EventHandler onerror;attribute EventHandler onabort; void appendBuffer(BufferSource data); void abort(); void remove(double start, unrestricted double end); };
Function | Implementation status |
appendBuffer | Unknown/Unspecified |
abort | Unknown/Unspecified |
remove | Unknown/Unspecified |
Device type | Support Status |
Desktop PC browsers | Yes |
HBBTV 1.5 devices | No |
HBBTV 2.0.x devices | No |
This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".