webcodecs-flac-codec-registration.idl (433B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: FLAC WebCodecs Registration (https://w3c.github.io/webcodecs/flac_codec_registration.html) 5 6 partial dictionary AudioEncoderConfig { 7 FlacEncoderConfig flac; 8 }; 9 10 dictionary FlacEncoderConfig { 11 [EnforceRange] unsigned long blockSize = 0; 12 [EnforceRange] unsigned long compressLevel = 5; 13 };