@@ -28,6 +28,32 @@ spec:webidl; type:dfn; text:resolve
28
28
"href":
29
29
"https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html",
30
30
"title": "Secure Frame (SFrame)"
31
+ },
32
+ "VP9": {
33
+ "href":
34
+ "https://storage.googleapis.com/downloads.webmproject.org/docs/vp9/vp9-bitstream-specification-v0.6-20160331-draft.pdf",
35
+ "title": "VP9 Bitstream & Decoding Process Specification",
36
+ "publisher": "The WebM Project"
37
+ },
38
+ "ITU-T-REC-H.265": {
39
+ "href": "https://www.itu.int/rec/T-REC-H.265",
40
+ "title": "H.265 : High efficiency video coding",
41
+ "publisher": "ITU"
42
+ },
43
+ "OPUS": {
44
+ "href": "https://datatracker.ietf.org/doc/html/rfc6716",
45
+ "title": "RFC 6716: Definition of the Opus Audio Codec",
46
+ "publisher": "IETF"
47
+ },
48
+ "ITU-G.711": {
49
+ "href": "https://www.itu.int/rec/T-REC-G.711/",
50
+ "title": "G.711 : Pulse code modulation (PCM) of voice frequencies",
51
+ "publisher": "ITU"
52
+ },
53
+ "ITU-G.722": {
54
+ "href": "https://www.itu.int/rec/T-REC-G.722/",
55
+ "title": "G.722: 7 kHz audio-coding within 64 kbit/s",
56
+ "publisher": "ITU"
31
57
}
32
58
}
33
59
</pre>
@@ -453,9 +479,9 @@ interface RTCEncodedVideoFrame {
453
479
</td>
454
480
<td>
455
481
The data starts with the "uncompressed data chunk" defined in
456
- [VP8] ( https://datatracker.ietf.org/doc/html/rfc6386#section-9.1) and is followed
457
- by the rest of the frame data.
458
- The [VP8 payload descriptor] ( https://www.rfc-editor.org/rfc/rfc7741#section-4.1)
482
+ <a href=" https://datatracker.ietf.org/doc/html/rfc6386#section-9.1">section 9.1 of [[RFC6386]]</a>
483
+ and is followed by the rest of the frame data.
484
+ The <a href=" https://www.rfc-editor.org/rfc/rfc7741#section-4.1">VP8 payload descriptor
459
485
is not accessible.
460
486
</td>
461
487
</tr>
@@ -465,8 +491,8 @@ interface RTCEncodedVideoFrame {
465
491
</td>
466
492
<td>
467
493
The data is a frame as described in Section 6 of [[VP9]]. The
468
- [VP9 payload descriptor] ( https://datatracker.ietf.org/doc/html/draft-ietf-payload-vp9#section-4.2)
469
- is not accessible.
494
+ <a href=" https://datatracker.ietf.org/doc/html/draft-ietf-payload-vp9#section-4.2">
495
+ VP9 payload descriptor</a> is not accessible.
470
496
</td>
471
497
</tr>
472
498
<tr>
@@ -484,9 +510,10 @@ interface RTCEncodedVideoFrame {
484
510
</td>
485
511
<td>
486
512
The data is a series of OBUs compliant to the
487
- ["low-overhead bitstream format"] (https://aomediacodec.github.io/av1-spec/#low-overhead-bitstream-format)
488
- as described in Section 5 of [[AV1]] .
489
- The [AV1 aggregation header] (https://aomediacodec.github.io/av1-rtp-spec/#41-rtp-header-usage) is not accessible.
513
+ <a href="https://aomediacodec.github.io/av1-spec/#low-overhead-bitstream-format">
514
+ low-overhead bitstream format</a> as described in Section 5 of [[AV1]] .
515
+ The <a href="https://aomediacodec.github.io/av1-rtp-spec/#41-rtp-header-usage">
516
+ AV1 aggregation header</a> is not accessible.
490
517
</td>
491
518
</tr>
492
519
</tbody>
@@ -635,7 +662,7 @@ interface RTCEncodedAudioFrame {
635
662
</td>
636
663
<td>
637
664
The data is Opus packets, as described in
638
- [section 3] ( https://datatracker.ietf.org/doc/html/rfc6716#section-3)
665
+ <a href=" https://datatracker.ietf.org/doc/html/rfc6716#section-3">section 3</a>
639
666
of [[OPUS]] .
640
667
</td>
641
668
</tr>
@@ -670,8 +697,8 @@ interface RTCEncodedAudioFrame {
670
697
audio/CN
671
698
</td>
672
699
<td>
673
- The data is Comfort Noise as described in
674
- [ section 3] (https://www.rfc-editor.org/rfc/rfc3389#section-3) of [[RFC3389]] .
700
+ The data is Comfort Noise as described in <a href="https://www.rfc-editor.org/rfc/rfc3389#section-3">
701
+ section 3</a> of [[RFC3389]] .
675
702
</td>
676
703
</tr>
677
704
</tbody>
0 commit comments