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/timecode/index.html | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/ja/web/api/blobevent/timecode/index.html (limited to 'files/ja/web/api/blobevent/timecode') 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 +--- +

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

+ +

{{domxref("BlobEvent")}} インタフェースの timecode 読み取り専用プロパティは、データ内の最初のチャンクのタイムスタンプと、このレコーダによって生成された最初の BlobEvent 内の最初のチャンクのタイムスタンプとの差を示す {{domxref("DOMHighResTimeStamp")}} です。 最初に生成された BlobEventtimecode はゼロである必要はないことに注意してください。

+ +

構文

+ +
var timecode = BlobEvent.timecode
+ +

+ +

{{domxref("DOMHighResTimeStamp")}}。

+ +

仕様

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

ブラウザーの実装状況

+ +
+ + +

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

+
-- cgit v1.2.3-54-g00ecf