Skip to content

Commit fc5f133

Browse files
authored
Add AudioEncoderConfig dictionary with aac and flac
1 parent 4e1456e commit fc5f133

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,13 @@ removals {
3939
dictionary EncodedVideoChunkMetadata {
4040
member alphaSideData // Blink only as of 2025-12
4141
}
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+
// Blink only as of 2024-09
49+
member flac
50+
}
4251
}

0 commit comments

Comments
 (0)