SourceBuffer: appendBuffer() method

The appendBuffer() method of the SourceBuffer interface appends media segment data from an ArrayBuffer, a TypedArray or a DataView object to the SourceBuffer.

Syntax

js
appendBuffer(source)

Parameters

source

Either an ArrayBuffer, a TypedArray or a DataView object that contains the media segment data you want to add to the SourceBuffer.

Return value

None (undefined).

Exceptions

None.

Examples

TBD.

Specifications

Specification
Media Source Extensions™
# dom-sourcebuffer-appendbuffer

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
appendBuffer
Available in workers
Experimental

See also