@@ -357,15 +357,6 @@ dictionary RTCEncodedVideoFrameMetadata {
357
357
that is used to describe the format of the RTP payload.
358
358
</p>
359
359
</dd>
360
- <dt>
361
- <dfn dict-member>mimeType</dfn> of type <span class="idlMemberType"> DOMString</span>
362
- </dt>
363
- <dd>
364
- <p>
365
- The codec MIME media type/subtype defined in the IANA media types registry
366
- [[!IANA-MEDIA-TYPES]] , e.g. video/VP8.
367
- </p>
368
- </dd>
369
360
<dt>
370
361
<dfn>contributingSources</dfn> of type <span class=
371
362
"idlMemberType"> sequence<unsigned long></span>
@@ -385,6 +376,15 @@ dictionary RTCEncodedVideoFrameMetadata {
385
376
{{VideoFrame/timestamp}} for raw frames which correspond to this frame.
386
377
</p>
387
378
</dd>
379
+ <dt>
380
+ <dfn dict-member>mimeType</dfn> of type <span class="idlMemberType"> DOMString</span>
381
+ </dt>
382
+ <dd>
383
+ <p>
384
+ The codec MIME media type/subtype defined in the IANA media types registry
385
+ [[!IANA-MEDIA-TYPES]] , e.g. video/VP8.
386
+ </p>
387
+ </dd>
388
388
</dl>
389
389
390
390
@@ -480,15 +480,6 @@ dictionary RTCEncodedAudioFrameMetadata {
480
480
that is used to describe the format of the RTP payload.
481
481
</p>
482
482
</dd>
483
- <dt>
484
- <dfn dict-member>mimeType</dfn> of type <span class="idlMemberType"> DOMString</span>
485
- </dt>
486
- <dd>
487
- <p>
488
- The codec MIME media type/subtype defined in the IANA media types registry
489
- [[!IANA-MEDIA-TYPES]] , e.g. audio/opus.
490
- </p>
491
- </dd>
492
483
<dt>
493
484
<dfn>contributingSources</dfn> of type <span class=
494
485
"idlMemberType"> sequence<unsigned long></span>
@@ -510,6 +501,15 @@ dictionary RTCEncodedAudioFrameMetadata {
510
501
Comparing two sequence numbers requires serial number arithmetic described in [[RFC1982]] .
511
502
</p>
512
503
</dd>
504
+ <dt>
505
+ <dfn dict-member>mimeType</dfn> of type <span class="idlMemberType"> DOMString</span>
506
+ </dt>
507
+ <dd>
508
+ <p>
509
+ The codec MIME media type/subtype defined in the IANA media types registry
510
+ [[!IANA-MEDIA-TYPES]] , e.g. audio/opus.
511
+ </p>
512
+ </dd>
513
513
</dl>
514
514
515
515
## <dfn>RTCEncodedAudioFrame</dfn> interface ## {#RTCEncodedAudioFrame-interface}
0 commit comments