Constrant question (ping Dan)

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