Skip to content

Commit 53930dd

Browse files
authored
Swap AudioEncoderConfig and AudioContextOptions
1 parent 9136a87 commit 53930dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inputfiles/removedTypes.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,18 @@
118118
},
119119
"dictionaries": {
120120
"dictionary": {
121-
"AudioEncoderConfig": {
121+
"AudioContextOptions": {
122122
"members": {
123123
"member": {
124-
"flac": null // Blink only as of 2024-09
124+
"renderSizeHint": null, // No implementation as of 2023-10
125+
"sinkId": null // Blink only as of 2023-10
125126
}
126127
}
127128
},
128-
"AudioContextOptions": {
129+
"AudioEncoderConfig": {
129130
"members": {
130131
"member": {
131-
"renderSizeHint": null, // No implementation as of 2023-10
132-
"sinkId": null // Blink only as of 2023-10
132+
"flac": null // Blink only as of 2024-09
133133
}
134134
}
135135
},

0 commit comments

Comments
 (0)