diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/blobevent | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/blobevent')
-rw-r--r-- | files/ja/web/api/blobevent/blobevent/index.html | 62 | ||||
-rw-r--r-- | files/ja/web/api/blobevent/data/index.html | 52 | ||||
-rw-r--r-- | files/ja/web/api/blobevent/index.html | 73 | ||||
-rw-r--r-- | files/ja/web/api/blobevent/timecode/index.html | 48 |
4 files changed, 235 insertions, 0 deletions
diff --git a/files/ja/web/api/blobevent/blobevent/index.html b/files/ja/web/api/blobevent/blobevent/index.html new file mode 100644 index 0000000000..644b631e57 --- /dev/null +++ b/files/ja/web/api/blobevent/blobevent/index.html @@ -0,0 +1,62 @@ +--- +title: BlobEvent() +slug: Web/API/BlobEvent/BlobEvent +tags: + - API + - BlobEvent + - Constructor + - DOM + - DOM Reference + - Experimental + - Media Stream Encoding + - Reference +translation_of: Web/API/BlobEvent/BlobEvent +--- +<p>{{APIRef("Media Capture and Streams")}}{{seeCompatTable}}</p> + +<p><code><strong>BlobEvent()</strong></code> コンストラクターは、新たに生成され {{domxref("Blob")}} に関連付けられた {{domxref("BlobEvent")}} オブジェクトを返します。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox"><em>blobEvent</em> = new BlobEvent({data: <em>aSpecificBlob</em>}[, timecode]); +</pre> + +<h3 id="Arguments" name="Arguments">引数</h3> + +<p><em><code>BlobEvent()</code> コンストラクターは、{{domxref("Event.Event", "Event()")}} からの引数も継承します。</em></p> + +<dl> + <dt><code>data</code></dt> + <dd>イベントに関連付けられた {{domxref("Blob")}}。</dd> + <dt><code>timecode</code> {{optional_inline}}</dt> + <dd>blob イベントの初期化に使用される {{domxref("DOMHighResTimeStamp")}}。</dd> +</dl> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">仕様書</th> + <th scope="col">策定状況</th> + <th scope="col">備考</th> + </tr> + <tr> + <td>{{SpecName('MediaStream Recording', '#dom-blobevent-blobevent', 'BlobEvent: BlobEvent')}}</td> + <td>{{Spec2('MediaStream Recording')}}</td> + <td>初期定義。</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの実装状況</h2> + + + +<p>{{Compat("api.BlobEvent.BlobEvent")}}</p> + +<h2 id="See_also" name="See_also">関連項目</h2> + +<ul> + <li>このメソッドが属する {{domxref("BlobEvent")}} インターフェイス。</li> +</ul> diff --git a/files/ja/web/api/blobevent/data/index.html b/files/ja/web/api/blobevent/data/index.html new file mode 100644 index 0000000000..867484937b --- /dev/null +++ b/files/ja/web/api/blobevent/data/index.html @@ -0,0 +1,52 @@ +--- +title: BlobEvent.data +slug: Web/API/BlobEvent/data +tags: + - API + - BlobEvent + - DOM + - DOM Reference + - Experimental + - Media Stream Recording + - Property + - Reference +translation_of: Web/API/BlobEvent/data +--- +<p>{{ apiref("Media Capture and Streams") }}</p> + +<p>{{ SeeCompatTable() }}</p> + +<p><code><strong>BlobEvent.data</strong></code> 読み取り専用プロパティは、イベントに関連付けられた {{domxref("Blob")}} を表します。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox"><em>associatedBlob</em> = <em>BlobEvent</em>.data</pre> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">仕様書</th> + <th scope="col">策定状況</th> + <th scope="col">備考</th> + </tr> + <tr> + <td>{{SpecName('MediaStream Recording', '#dom-blobevent-data', 'BlobEvent.data')}}</td> + <td>{{Spec2('MediaStream Recording')}}</td> + <td>初期定義。</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの実装状況</h2> + + + +<p>{{Compat("api.BlobEvent.data")}}</p> + +<h2 id="See_also" name="See_also">関連項目</h2> + +<ul> + <li>このプロパティが属する {{domxref("BlobEvent")}} インターフェイス。</li> +</ul> 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 +--- +<p>{{APIRef("Media Capture and Streams")}}</p> + +<p><strong><code>BlobEvent</code></strong> インターフェイスは、{{domxref("Blob")}} に関連付けられたイベントを表します。 これらの blob は、一般的にメディアコンテンツと関連付けられますが、必ずしもそうとは限りません。</p> + +<h2 id="Constructor" name="Constructor">コンストラクター</h2> + +<dl> + <dt>{{domxref("BlobEvent.BlobEvent", "BlobEvent()")}}</dt> + <dd>与えられた引数で <code>BlobEvent</code> イベントを生成する。</dd> +</dl> + +<h2 id="Properties" name="Properties">プロパティ</h2> + +<p><em>自身の親 {{domxref("Event")}} からのプロパティを継承します。</em></p> + +<dl> + <dt>{{domxref("BlobEvent.data")}} {{readonlyInline}}</dt> + <dd>イベントと関連付けられたデータを表す {{domxref("Blob")}}。 イベントは、特定の {{domxref("Blob")}} で何かが起こることにより、{{domxref("EventTarget")}} 上で発生します。</dd> + <dt>{{domxref("BlobEvent.timecode")}} {{readonlyinline}}</dt> + <dd><code>data</code> 内の最初のチャンクのタイムスタンプと、このレコーダーによって生成された最初の <code>BlobEvent</code> 内の最初のチャンクのタイムスタンプとの差を示す {{domxref("DOMHighResTimeStamp")}}。 最初に生成された <code>BlobEvent</code> の <code>timecode</code> はゼロである必要はないことに注意してください。</dd> +</dl> + +<h2 id="Methods" name="Methods">メソッド</h2> + +<p>固有のメソッドはありません。<em> 自身の親 {{domxref("Event")}} からのメソッドを継承します。</em></p> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">仕様書</th> + <th scope="col">策定状況</th> + <th scope="col">備考</th> + </tr> + <tr> + <td>{{SpecName('MediaStream Recording', '#blobevent-section', 'BlobEvent')}}</td> + <td>{{Spec2('MediaStream Recording')}}</td> + <td>初期定義。</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの実装状況</h2> + + + +<p>{{Compat("api.BlobEvent")}}</p> + +<h2 id="See_also" name="See_also">関連項目</h2> + +<ul> + <li>{{domxref("Event")}} 基本インターフェイス</li> + <li><a href="/ja/docs/Web/API/MediaStream_Recording_API">MediaStream Recording API</a>: メディアのチャンクの準備ができるたびに <code>BlobEvent</code> オブジェクトを送信します。</li> + <li><a href="/ja/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API">MediaStream Recording API の使用</a></li> +</ul> diff --git a/files/ja/web/api/blobevent/timecode/index.html b/files/ja/web/api/blobevent/timecode/index.html new file mode 100644 index 0000000000..fa0a0a4287 --- /dev/null +++ b/files/ja/web/api/blobevent/timecode/index.html @@ -0,0 +1,48 @@ +--- +title: BlobEvent.timecode +slug: Web/API/BlobEvent/timecode +tags: + - API + - BlobEvent + - Media + - Media Stream Recording + - Property + - Reference +translation_of: Web/API/BlobEvent/timecode +--- +<p>{{SeeCompatTable}}{{APIRef("Media Capture and Streams")}}</p> + +<p><span class="seoSummary">{{domxref("BlobEvent")}} インタフェースの <strong><code>timecode</code></strong> 読み取り専用プロパティは、データ内の最初のチャンクのタイムスタンプと、このレコーダによって生成された最初の <code>BlobEvent</code> 内の最初のチャンクのタイムスタンプとの差を示す {{domxref("DOMHighResTimeStamp")}} です。</span> 最初に生成された <code>BlobEvent</code> の <code>timecode</code> はゼロである必要はないことに注意してください。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox">var timecode = BlobEvent.timecode</pre> + +<h3 id="Value" name="Value">値</h3> + +<p>{{domxref("DOMHighResTimeStamp")}}。</p> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">仕様書</th> + <th scope="col">策定状況</th> + <th scope="col">備考</th> + </tr> + <tr> + <td>{{SpecName('MediaStream Recording','#dom-blobevent-timecode','timecode')}}</td> + <td>{{Spec2('MediaStream Recording')}}</td> + <td>初期定義。</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_Compatibility" name="Browser_Compatibility">ブラウザーの実装状況</h2> + +<div> + + +<p>{{Compat("api.BlobEvent.timecode")}}</p> +</div> |