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/blobevent/index.html | 73 +++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/ja/web/api/blobevent/index.html (limited to 'files/ja/web/api/blobevent/index.html') diff --git a/files/ja/web/api/blobevent/index.html b/files/ja/web/api/blobevent/index.html new file mode 100644 index 0000000000..7542b6b92b --- /dev/null +++ b/files/ja/web/api/blobevent/index.html @@ -0,0 +1,73 @@ +--- +title: BlobEvent +slug: Web/API/BlobEvent +tags: + - API + - Audio + - Blob + - Interface + - Media + - MediaStream Recording + - MediaStream Recording API + - Recording Media + - Reference + - Video + - events +translation_of: Web/API/BlobEvent +--- +

{{APIRef("Media Capture and Streams")}}

+ +

BlobEvent インターフェイスは、{{domxref("Blob")}} に関連付けられたイベントを表します。 これらの blob は、一般的にメディアコンテンツと関連付けられますが、必ずしもそうとは限りません。

+ +

コンストラクター

+ +
+
{{domxref("BlobEvent.BlobEvent", "BlobEvent()")}}
+
与えられた引数で BlobEvent イベントを生成する。
+
+ +

プロパティ

+ +

自身の親 {{domxref("Event")}} からのプロパティを継承します。

+ +
+
{{domxref("BlobEvent.data")}} {{readonlyInline}}
+
イベントと関連付けられたデータを表す {{domxref("Blob")}}。 イベントは、特定の {{domxref("Blob")}} で何かが起こることにより、{{domxref("EventTarget")}} 上で発生します。
+
{{domxref("BlobEvent.timecode")}} {{readonlyinline}}
+
data 内の最初のチャンクのタイムスタンプと、このレコーダーによって生成された最初の BlobEvent 内の最初のチャンクのタイムスタンプとの差を示す {{domxref("DOMHighResTimeStamp")}}。 最初に生成された BlobEventtimecode はゼロである必要はないことに注意してください。
+
+ +

メソッド

+ +

固有のメソッドはありません。 自身の親 {{domxref("Event")}} からのメソッドを継承します。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様書策定状況備考
{{SpecName('MediaStream Recording', '#blobevent-section', 'BlobEvent')}}{{Spec2('MediaStream Recording')}}初期定義。
+ +

ブラウザーの実装状況

+ + + +

{{Compat("api.BlobEvent")}}

+ +

関連項目

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