blob: 124a0b0febdd304a3bffccf94fd464a9067a2752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: AAC WebCodecs Registration (https://w3c.github.io/webcodecs/aac_codec_registration.html)
partial dictionary AudioEncoderConfig {
AacEncoderConfig aac;
};
dictionary AacEncoderConfig {
AacBitstreamFormat format = "aac";
};
enum AacBitstreamFormat {
"aac",
"adts",
};
|