We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d663d9c commit a957f98Copy full SHA for a957f98
index.bs
@@ -362,7 +362,8 @@ dictionary RTCEncodedVideoFrameMetadata {
362
</dt>
363
<dd>
364
<p>
365
- The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
+ 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
<dt>
@@ -473,7 +474,8 @@ dictionary RTCEncodedAudioFrameMetadata {
473
474
475
476
- The codec MIME media type/subtype. e.g., audio/opus or equivalent.
477
478
+ [[!IANA-MEDIA-TYPES]], e.g. audio/opus.
479
480
481
0 commit comments