过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
appendStream()
方法在
SourceBuffer
interface appends media segment data from a
ReadableStream
对象到
SourceBuffer
.
sourceBuffer.appendStream(stream, maxSize);
ReadableStream
that is the source of the media segment data you want to append to the
SourceBuffer
.
An unsigned long value indicating the maximum number of bytes that can be appended in this operation.
None.
TBD.
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
appendStream
弃用
非标
|
Chrome 不支持 No | Edge 不支持 12 — 79 | Firefox 不支持 No | IE ? | Opera 不支持 No | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android 不支持 No | Opera Android ? | Safari iOS 不支持 No | Samsung Internet Android ? |
不支持
兼容性未知
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
SourceBuffer
abort()
appendBuffer()
appendBufferAsync()
appendStream()
changeType()
remove()
removeAsync()