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
.
Implementation
external void appendBuffer(BufferSource data);