Skip to content

Commit a957f98

Browse files
committed
improve mimeType definition (in concert with -stats)
1 parent d663d9c commit a957f98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ dictionary RTCEncodedVideoFrameMetadata {
362362
</dt>
363363
<dd>
364364
<p>
365-
The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
365+
The codec MIME media type/subtype defined in the IANA media types registry
366+
[[!IANA-MEDIA-TYPES]], e.g. video/VP8.
366367
</p>
367368
</dd>
368369
<dt>
@@ -473,7 +474,8 @@ dictionary RTCEncodedAudioFrameMetadata {
473474
</dt>
474475
<dd>
475476
<p>
476-
The codec MIME media type/subtype. e.g., audio/opus or equivalent.
477+
The codec MIME media type/subtype defined in the IANA media types registry
478+
[[!IANA-MEDIA-TYPES]], e.g. audio/opus.
477479
</p>
478480
</dd>
479481
<dt>

0 commit comments

Comments
 (0)