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