- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
 - Date: Fri, 4 Dec 2015 09:59:16 +0000
 - To: "public-webrtc-editors@w3.org" <public-webrtc-editors@w3.org>
 
Hi
In Example 11 we have a MediaTrackCapabilites structure with:
   aspectRatio: {
     min: 1.3333333333,
     max: 1.3333333333
   }
Setting min and max to the same value is the old syntax for saying 
"exact" right? So now we could actually say:
   aspectRatio: { exact: 1.3333333333 }
?
/Adam
Received on Friday, 4 December 2015 09:59:48 UTC