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/timecode | |
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/timecode')
-rw-r--r-- | files/ja/web/api/blobevent/timecode/index.html | 48 |
1 files changed, 48 insertions, 0 deletions
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> |