webcodecs-vp9-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: VP9 WebCodecs Registration (https://w3c.github.io/webcodecs/vp9_codec_registration.html) 5 6 partial dictionary VideoEncoderEncodeOptions { 7 VideoEncoderEncodeOptionsForVp9 vp9; 8 }; 9 10 dictionary VideoEncoderEncodeOptionsForVp9 { 11 unsigned short? quantizer; 12 };