- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2017 16:20:51 +0000
- To: public-media-capture-logs@w3.org
@miguelao I think at minimum we'd need to allow the `exact` and `ideal` keywords, since the constraints algorithm relies on these. E.g.: ```js dictionary ConstrainPoint2DParameters { sequence<Point2D> exact; sequence<Point2D> ideal; }; typedef (sequence<Point2D> or ConstrainPoint2DParameters) ConstrainPoint2D; ``` should do it. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-image/pull/150#issuecomment-285400060 using your GitHub account
Received on Thursday, 9 March 2017 16:20:57 UTC