Skip to content

Commit e6d7ff1

Browse files
committed
move mimeType definitions after other members added in the meantime
1 parent 2a9f11d commit e6d7ff1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ dictionary RTCEncodedVideoFrameMetadata {
382382
<dd>
383383
<p>
384384
The media presentation timestamp (PTS) in microseconds of raw frame, matching the
385-
{{VideoFrame/timestamp}} for raw frames which correspond to this frame.
385+
{{VideoFrame/timestamp}} for raw frames which correspond to this frame.
386386
</p>
387387
</dd>
388388
<dt>
@@ -395,7 +395,7 @@ dictionary RTCEncodedVideoFrameMetadata {
395395
that reflects the sampling instant of the first octet in the RTP data packet.
396396
</p>
397397
</dd>
398-
<dd>
398+
<dt>
399399
<dfn dict-member>mimeType</dfn> of type <span class="idlMemberType">DOMString</span>
400400
</dt>
401401
<dd>
@@ -510,7 +510,6 @@ dictionary RTCEncodedAudioFrameMetadata {
510510
</dd>
511511
<dt>
512512
<dfn dict-member>contributingSources</dfn> <span class=
513-
<dfn dict-member>contributingSources</dfn> of type <span class=
514513
"idlMemberType">sequence&lt;unsigned long&gt;</span>
515514
</dt>
516515
<dd>

0 commit comments

Comments
 (0)