草案
此页面不完整。
这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
appendBuffer()
方法在
SourceBuffer
interface appends media segment data from an
ArrayBuffer
or
ArrayBufferView
对象到
SourceBuffer
.
sourceBuffer.appendBuffer(source);
source
BufferSource
(that is, either an
ArrayBufferView
or
ArrayBuffer
) which contains the media segment data you want to add to the
SourceBuffer
.
None.
TBD.
| 规范 | 状态 | 注释 |
|---|---|---|
|
媒体源扩展
The definition of 'appendBuffer()' in that specification. |
推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
appendBuffer
|
Chrome 23 | Edge 12 | Firefox 42 | IE 11 | Opera 15 | Safari 8 | WebView Android 4.4.3 | Chrome Android 33 | Firefox Android 不支持 No | Opera Android 14 | Safari iOS 不支持 No | Samsung Internet Android 3.0 |
完整支持
不支持
见实现注意事项。
用户必须明确启用此特征。
SourceBuffer
abort()
appendBuffer()
appendBufferAsync()
appendStream()
changeType()
remove()
removeAsync()