Skip to content

Commit d663d9c

Browse files
committed
rebase + add audio desc
1 parent f01493d commit d663d9c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.bs

+9-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ 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. e.g., video/vp8 or equivalent.
366366
</p>
367367
</dd>
368368
<dt>
@@ -468,6 +468,14 @@ dictionary RTCEncodedAudioFrameMetadata {
468468
that is used to describe the format of the RTP payload.
469469
</p>
470470
</dd>
471+
<dt>
472+
<dfn>mimeType</dfn> of type <span class="idlMemberType">DOMString</span>
473+
</dt>
474+
<dd>
475+
<p>
476+
The codec MIME media type/subtype. e.g., audio/opus or equivalent.
477+
</p>
478+
</dd>
471479
<dt>
472480
<dfn>contributingSources</dfn> of type <span class=
473481
"idlMemberType">sequence&lt;unsigned long&gt;</span>

0 commit comments

Comments
 (0)