Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
palak8669 authored Oct 11, 2023
1 parent 88a559c commit 54bb9c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ enum RTCEncodedVideoFrameType {
## <dfn dictionary>RTCEncodedVideoFrameMetadata</dfn> dictionary ## {#RTCEncodedVideoFrameMetadata}
<pre class="idl">
dictionary RTCEncodedVideoFrameMetadata {
unsigned long long frameId;
sequence&lt;unsigned long long&gt; dependencies;
required unsigned long long frameId;
required sequence&lt;unsigned long long&gt; dependencies;
unsigned short width;
unsigned short height;
unsigned long spatialIndex;
Expand All @@ -340,7 +340,7 @@ dictionary RTCEncodedVideoFrameMetadata {
octet payloadType;
sequence&lt;unsigned long&gt; contributingSources;
long long timestamp; // microseconds
unsigned long rtpTimestamp;
required unsigned long rtpTimestamp;
};
</pre>

Expand Down Expand Up @@ -483,7 +483,7 @@ dictionary RTCEncodedAudioFrameMetadata {
octet payloadType;
sequence&lt;unsigned long&gt; contributingSources;
short sequenceNumber;
unsigned long rtpTimestamp;
required unsigned long rtpTimestamp;
};
</pre>
### Members ### {#RTCEncodedAudioFrameMetadata-members}
Expand Down

0 comments on commit 54bb9c2

Please sign in to comment.