From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/sourcebuffer/appendstream/index.html | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 files/ja/web/api/sourcebuffer/appendstream/index.html (limited to 'files/ja/web/api/sourcebuffer/appendstream') diff --git a/files/ja/web/api/sourcebuffer/appendstream/index.html b/files/ja/web/api/sourcebuffer/appendstream/index.html new file mode 100644 index 0000000000..33b4d270fd --- /dev/null +++ b/files/ja/web/api/sourcebuffer/appendstream/index.html @@ -0,0 +1,77 @@ +--- +title: SourceBuffer.appendStream() +slug: Web/API/SourceBuffer/appendStream +tags: + - API + - Audio + - Experimental + - MSE + - Media Source Extensions + - Method + - Reference + - SourceBuffer + - Video + - appendstream +translation_of: Web/API/SourceBuffer/appendStream +--- +
{{draft}}{{APIRef("Media Source Extensions")}}{{SeeCompatTable}}
+ +

{{domxref("SourceBuffer")}} インターフェイスの appendStream() メソッドは、ReadableStream オブジェクトから SourceBuffer にメディアセグメントデータを追加します。

+ +

構文

+ +
sourceBuffer.appendStream(stream, maxSize);
+
+ +

パラメーター

+ +
+
stream
+
SourceBuffer に追加するメディアセグメントデータのソースである {{domxref("ReadableStream")}}。
+
maxSize
+
この操作で追加できる最大バイト数を示す unsigned long 値。
+
+ +

戻り値

+ +

{{jsxref('undefined')}}。

+ +

例外

+ +

なし。

+ +

+ +

未定

+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('Media Source Extensions', '#widl-SourceBuffer-appendStream-void-ReadableStream-stream-unsigned-long-long-maxSize', 'appendStream()')}}{{Spec2('Media Source Extensions')}}初期定義
+ +

ブラウザーの互換性

+ +
+ + +

{{Compat("api.SourceBuffer.appendStream")}}

+
+ +

関連情報

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