File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -417,8 +417,12 @@ interface RTCEncodedVideoFrame {
417
417
class="dictionary-members">
418
418
<dt>
419
419
<dfn data-dfn-for="RTCEncodedVideoFrame" data-dfn-type="method">getMetadata()</dfn>
420
- returns the metadata associated with the frame.
421
420
</dt>
421
+ <dd>
422
+ <p>
423
+ Returns the metadata associated with the frame.
424
+ </p>
425
+ </dd>
422
426
</dl>
423
427
424
428
## <dfn>RTCEncodedAudioFrameMetadata</dfn> dictionary ## {#RTCEncodedAudioFrameMetadata}
@@ -501,8 +505,12 @@ interface RTCEncodedAudioFrame {
501
505
class="dictionary-members">
502
506
<dt>
503
507
<dfn data-dfn-for="RTCEncodedAudioFrame" data-dfn-type="method">getMetadata()</dfn>
504
- returns the metadata associated with the frame.
505
508
</dt>
509
+ <dd>
510
+ <p>
511
+ Returns the metadata associated with the frame.
512
+ </p>
513
+ </dd>
506
514
</dl>
507
515
508
516
You can’t perform that action at this time.
0 commit comments