Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions inputfiles/patches/mediastream-recording.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
removals {
dictionary MediaRecorderOptions {
// All Blink only as of 2026-01.
member audioBitrateMode
member videoKeyFrameIntervalCount
member videoKeyFrameIntervalDuration
}
}
9 changes: 0 additions & 9 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,6 @@
}
}
},
"MediaRecorderOptions": {
"members": {
"member": {
"audioBitrateMode": null, // Blink only as of 2023-05
"videoKeyFrameIntervalCount": null, // No implementation as of 2023-05
"videoKeyFrameIntervalDuration": null // No implementation as of 2023-05
}
}
},
"MediaSessionActionDetails": {
"members": {
"member": {
Expand Down