Skip to content

Commit 4f07f45

Browse files
Bashamegasaschanaz
andauthored
Migrate MediaRecorderOptions to KDL (#2373)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 8046e09 commit 4f07f45

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
removals {
2+
dictionary MediaRecorderOptions {
3+
// All Blink only as of 2026-01.
4+
member audioBitrateMode
5+
member videoKeyFrameIntervalCount
6+
member videoKeyFrameIntervalDuration
7+
}
8+
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@
132132
}
133133
}
134134
},
135-
"MediaRecorderOptions": {
136-
"members": {
137-
"member": {
138-
"audioBitrateMode": null, // Blink only as of 2023-05
139-
"videoKeyFrameIntervalCount": null, // No implementation as of 2023-05
140-
"videoKeyFrameIntervalDuration": null // No implementation as of 2023-05
141-
}
142-
}
143-
},
144135
"MediaSessionActionDetails": {
145136
"members": {
146137
"member": {

0 commit comments

Comments
 (0)