Skip to content

Commit

Permalink
Update name to plain 'timestamp'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Herre committed Apr 24, 2023
1 parent 93ad688 commit f661a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ dictionary RTCEncodedVideoFrameMetadata {
unsigned long synchronizationSource;
octet payloadType;
sequence<unsigned long> contributingSources;
long long presentationTimestamp; // microseconds
long long timestamp; // microseconds
};
</pre>

Expand Down Expand Up @@ -367,7 +367,7 @@ dictionary RTCEncodedVideoFrameMetadata {
</p>
</dd>
<dt>
<dfn>presentationTimestamp</dfn> of type <span class=
<dfn>timestamp</dfn> of type <span class=
"idlMemberType">long long</span>
</dt>
<dd>
Expand Down

0 comments on commit f661a21

Please sign in to comment.