File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ interface RTCEncodedVideoFrame {
460
460
};
461
461
</pre>
462
462
463
- ### Constructor ### {#RTCEncodedVideoFrame-members }
463
+ ### Constructor ### {#RTCEncodedVideoFrame-constructor }
464
464
<dl dfn-for="RTCEncodedVideoFrame" class="dictionary-members">
465
465
<dt>
466
466
<dfn for="RTCEncodedVideoFrame" method>constructor()</dfn>
@@ -506,11 +506,13 @@ interface RTCEncodedVideoFrame {
506
506
{{RTCEncodedVideoFrameMetadata/mimeType}} .
507
507
For <a href="https://w3c.github.io/webrtc-svc/">SVC</a> , each spatial layer
508
508
is transformed separately.
509
- <p class="note">
509
+ </p>
510
+ <p class="note">
510
511
Since packetizers may drop certain elements, e.g. AV1 temporal delimiter OBUs,
511
512
the input to an receive-side transform may be different from the output of
512
513
a send-side transform.
513
- </p>
514
+ </p>
515
+ <p>
514
516
The following table gives a number of examples:
515
517
</p>
516
518
<table class="simple">
@@ -704,7 +706,7 @@ interface RTCEncodedAudioFrame {
704
706
};
705
707
</pre>
706
708
707
- ### Constructor ### {#RTCEncodedAudioFrame-members }
709
+ ### Constructor ### {#RTCEncodedAudioFrame-constructor }
708
710
<dl dfn-for="RTCEncodedAudioFrame" class="dictionary-members">
709
711
<dt>
710
712
<dfn for="RTCEncodedAudioFrame" method>constructor()</dfn>
You can’t perform that action at this time.
0 commit comments