Re: Constraints as a separate interface

Not that I have much time to look, but why is the return value from
contraints() nullable?  I'd have thought that it would always be
possible to return an set of mandatory constraints and an empty list
of optional constraint sets.

On 6 October 2013 15:09, Jim Barnett <Jim.Barnett@genesyslab.com> wrote:
> Here’s an attempt to separate constraints out into a separate interface.
> The point is to allow other specs, such as MediaRecorder, to refer to it and
> ensure that they are all using constraints consistently.  This does _not_
> change the semantics of constraints, it would just break them out into a
> separate interface.  This interface would still be defined in the
> MediaCapture spec, but in a separate section.  (There would be editorial
> changes throughout the spec to refer to this interface, but, again, the
> semantics of Tracks and Streams wouldn’t change.)
>
>
>
> -          Jim

Received on Monday, 7 October 2013 20:43:16 UTC