mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1749047 - Add BitrateMode to MediaRecorder.webidl. r=webidl,smaug
https://w3c.github.io/mediacapture-record/#bitratemode, we're not implementing this on MediaRecorder, but are needed this for Web Codecs. Differential Revision: https://phabricator.services.mozilla.com/D195702
This commit is contained in:
parent
dd45876d03
commit
b376dad54f
@ -10,6 +10,9 @@
|
||||
* liability, trademark and document use rules apply.
|
||||
*/
|
||||
|
||||
|
||||
enum BitrateMode { "constant", "variable" };
|
||||
|
||||
enum RecordingState { "inactive", "recording", "paused" };
|
||||
|
||||
[Exposed=Window]
|
||||
|
Loading…
Reference in New Issue
Block a user