Back to Content

BlobEvent: timecode property

files/en-us/web/api/blobevent/timecode/index.md

latest492 B
Original Source

{{APIRef("MediaStream Recording")}}

The timecode read-only property of the {{domxref("BlobEvent")}} interface indicates the difference between the timestamp of the first chunk of data, and the timestamp of the first chunk in the first BlobEvent produced by this recorder.

Note that the timecode in the first produced BlobEvent does not need to be zero.

Value

A {{domxref("DOMHighResTimeStamp")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}