You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.src.html
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2086,7 +2086,9 @@
2086
2086
Configures the encoder to use a {{BitrateMode/constant}} or
2087
2087
{{BitrateMode/variable}} bitrate as defined by [[MEDIASTREAM-RECORDING]].
2088
2088
2089
-
NOTE: Not all audio codecs support specific {{BitrateMode}}s, Authors are encouraged to check by calling {{AudioEncoder/isConfigSupported()}} with |config|.
2089
+
NOTE: Not all audio codecs support specific {{BitrateMode}}s, Authors are
2090
+
encouraged to check by calling {{AudioEncoder/isConfigSupported()}} with
2091
+
|config|.
2090
2092
</dd>
2091
2093
</dl>
2092
2094
@@ -3597,8 +3599,9 @@
3597
3599
10. Assign the result of running the [=VideoFrame/Pick Color Space=]
3598
3600
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
3599
3601
{{VideoFrame/[[color space]]}}.
3600
-
10. Assign the result of calling [=Copy VideoFrame metadata=]
3601
-
with |init|'s {{VideoFrameInit/metadata}} to |frame|.{{VideoFrame/[[metadata]]}}.
3602
+
11. Assign the result of calling [=Copy VideoFrame metadata=]
0 commit comments