Skip to content

Commit f661a21

Browse files
author
Tony Herre
committed
Update name to plain 'timestamp'
1 parent 93ad688 commit f661a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ dictionary RTCEncodedVideoFrameMetadata {
331331
unsigned long synchronizationSource;
332332
octet payloadType;
333333
sequence<unsigned long> contributingSources;
334-
long long presentationTimestamp; // microseconds
334+
long long timestamp; // microseconds
335335
};
336336
</pre>
337337

@@ -367,7 +367,7 @@ dictionary RTCEncodedVideoFrameMetadata {
367367
</p>
368368
</dd>
369369
<dt>
370-
<dfn>presentationTimestamp</dfn> of type <span class=
370+
<dfn>timestamp</dfn> of type <span class=
371371
"idlMemberType">long long</span>
372372
</dt>
373373
<dd>

0 commit comments

Comments
 (0)