--- title: SourceBuffer.updating slug: Web/API/SourceBuffer/updating tags: - API - Audio - Experimental - MSE - Media Source Extensions - Property - Reference - SourceBuffer - Updating - Video translation_of: Web/API/SourceBuffer/updating ---
{{domxref("SourceBuffer")}} インターフェイスの updating
読み取り専用プロパティは、SourceBuffer
が現在更新されているかどうか、つまり {{domxref("SourceBuffer.appendBuffer()")}}、{{domxref("SourceBuffer.appendStream()")}}、または {{domxref("SourceBuffer.remove()")}} の操作が現在進行中かどうかを示します。
var isUpdating = sourceBuffer.updating;
{{jsxref("Boolean")}}。
未定
仕様 | 状態 | コメント |
---|---|---|
{{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-updating', 'updating')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Compat("api.SourceBuffer.updating")}}