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 {
417417 class="dictionary-members">
418418 <dt>
419419 <dfn data-dfn-for="RTCEncodedVideoFrame" data-dfn-type="method">getMetadata()</dfn>
420- returns the metadata associated with the frame.
421420 </dt>
421+ <dd>
422+ <p>
423+ Returns the metadata associated with the frame.
424+ </p>
425+ </dd>
422426</dl>
423427
424428## <dfn>RTCEncodedAudioFrameMetadata</dfn> dictionary ## {#RTCEncodedAudioFrameMetadata}
@@ -501,8 +505,12 @@ interface RTCEncodedAudioFrame {
501505 class="dictionary-members">
502506 <dt>
503507 <dfn data-dfn-for="RTCEncodedAudioFrame" data-dfn-type="method">getMetadata()</dfn>
504- returns the metadata associated with the frame.
505508 </dt>
509+ <dd>
510+ <p>
511+ Returns the metadata associated with the frame.
512+ </p>
513+ </dd>
506514</dl>
507515
508516
You can’t perform that action at this time.
0 commit comments