appendBuffer method

void appendBuffer(
  1. BufferSource data
)

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

Implementation

external void appendBuffer(BufferSource data);