On 19 February 2014 14:56, Peter Thatcher <pthatcher@google.com> wrote: > If you add it to what I have, then it's more complex. If you add it and > then remove other things, then it's less complex. Perhaps get rid of > minQuality and maxQuality with the setup you have, which could end up making > it less complex overall. Perhaps it would be a good idea to make a > "proposal 2", fill in all the use cases with examples, and then compare the > two. Remove: double priority; double scale; double maxBitrate; double maxQuality; double minQuality; DOMString bias; // "resolution" or "framerate" Add: double resources; // >0, relative to others (might constrain scope...) Preferences { double framerate; // 0..1 double resolution; // 0..1 double quality; // 0..1 } preferences; Does that help?Received on Wednesday, 19 February 2014 23:01:38 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:39:24 UTC