From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/sourcebuffer/updating/index.html | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 files/ja/web/api/sourcebuffer/updating/index.html (limited to 'files/ja/web/api/sourcebuffer/updating/index.html') diff --git a/files/ja/web/api/sourcebuffer/updating/index.html b/files/ja/web/api/sourcebuffer/updating/index.html new file mode 100644 index 0000000000..cb9c308786 --- /dev/null +++ b/files/ja/web/api/sourcebuffer/updating/index.html @@ -0,0 +1,64 @@ +--- +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 +--- +
{{APIRef("Media Source Extensions")}}{{SeeCompatTable}}{{draft}}
+ +

{{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")}}

+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf