Files
tubestation/testing/web-platform/tests/interfaces/webcodecs-aac-codec-registration.idl
github-actions[bot] 0bf90859c0 Bug 1796565 [wpt PR 36572] - Sync interfaces/ with @webref/idl 3.21.0, a=testonly
Automatic update from web-platform-tests
Sync interfaces/ with @webref/idl 3.21.0 (#36572)

--

wpt-commits: 9b2a3ded3fd00cbcf3e45384953967310a10b5f0
wpt-pr: 36572
2022-11-11 12:34:26 +00:00

18 lines
418 B
Plaintext

// 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",
};