tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

webcodecs-av1-codec-registration.idl (398B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: AV1 WebCodecs Registration (https://w3c.github.io/webcodecs/av1_codec_registration.html)
      5 
      6 partial dictionary VideoEncoderEncodeOptions {
      7  VideoEncoderEncodeOptionsForAv1 av1;
      8 };
      9 
     10 dictionary VideoEncoderEncodeOptionsForAv1 {
     11  unsigned short? quantizer;
     12 };