Skip to content

Commit

Permalink
Merge pull request #223 from handellm/timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf authored Oct 31, 2024
2 parents 48e2abf + 5cf4f29 commit dbe375f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MediaRecorder.bs
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,11 @@ enum RecordingState {
encoding of the blob data.

<dt><dfn attribute for="BlobEvent"><code>timecode</code></dfn></dt>
<dd>The difference between the timestamp of the first chunk in
{{BlobEvent/data}} and the timestamp of the first chunk in the first
{{BlobEvent}} produced by this recorder as a {{DOMHighResTimeStamp}} [[!HR-TIME]]. Note that the {{BlobEvent/timecode}}
in the first produced {{BlobEvent}} does not need to be zero.
<dd>For a MediaRecorder instance, the {{BlobEvent/timecode}} in the first
produced {{BlobEvent}} MUST contain 0. Subsequent {{BlobEvent}}'s
{{BlobEvent/timecode}} contain the difference of the timestamp of creation of
the first chunk in said {{BlobEvent}} and the timestamp of the first chunk of the
first produced {{BlobEvent}}, as {{DOMHighResTimeStamp}} [[!HR-TIME]].
</dd>

</dl>
Expand Down

0 comments on commit dbe375f

Please sign in to comment.