We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1456e commit fc5f133Copy full SHA for fc5f133
inputfiles/patches/webcodecs.kdl
@@ -39,4 +39,13 @@ removals {
39
dictionary EncodedVideoChunkMetadata {
40
member alphaSideData // Blink only as of 2025-12
41
}
42
+
43
+ dictionary AudioEncoderConfig {
44
+ // https://w3c.github.io/webcodecs/aac_codec_registration.html
45
+ // Blink only as of 2024-09
46
+ member aac
47
+ // https://w3c.github.io/webcodecs/flac_codec_registration.html
48
49
+ member flac
50
+ }
51
0 commit comments