SourceBuffer
インターフェイスの updating
読み取り専用プロパティは、SourceBuffer
が現在更新されているかどうか、つまり SourceBuffer.appendBuffer()
、SourceBuffer.appendStream()
、または SourceBuffer.remove()
の操作が現在進行中かどうかを示します。
構文
var isUpdating = sourceBuffer.updating;
値
例
未定
仕様
仕様 | 状態 | コメント |
---|---|---|
Media Source Extensions updating の定義 |
勧告 | 初期定義 |
ブラウザーの互換性
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.