SourceBuffer.appendBuffer()

实验性: 这是一项实验性技术
在将其用于生产之前,请仔细检查浏览器兼容性表格

SourceBufferappendBuffer() 方法将 ArrayBufferTypedArrayDataView 中的媒体片段数据添加到 SourceBuffer 对象中。

语法

js
appendBuffer(source)

参数

source

一个 ArrayBufferTypedArray 或一个 DataView 对象,其中包含了你想要添加到 SourceBuffer 的媒体片段数据。

返回值

无(undefined)。

异常

无。

示例

待定。

规范

Specification
Media Source Extensions™
# dom-sourcebuffer-appendbuffer

浏览器兼容性

BCD tables only load in the browser

参见