- From: Stefan Håkansson LK <stefan.lk.hakansson@ericsson.com>
- Date: Thu, 20 Mar 2014 18:04:40 +0000
- To: Jan-Ivar Bruaroey <jib@mozilla.com>, "public-media-capture@w3.org" <public-media-capture@w3.org>
On 20/03/14 00:50, Jan-Ivar Bruaroey wrote: > > Extension #2: ideal > =================== > > dictionary ConstrainLongRange { > long min; > long max; > long ideal; > }; > > dictionary ConstrainDoubleRange { > double min; > double max; > double ideal; > }; > > Ideal expresses a target value within an acceptable range, with values > closer to the ideal more desirable. Interesting concept (which I guess could be applied to the existing design as well). Should there be an error check on if ideal is withing the bounds set by min and max?
Received on Thursday, 20 March 2014 18:05:04 UTC