- From: None via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Sep 2015 17:30:47 +0000
- To: public-media-capture-logs@w3.org
jan-ivar has just created a new issue for
https://github.com/w3c/mediacapture-main:
== Some text on constraints needs updating. ==
Under
[#tracks-and-constraints](http://w3c.github.io/mediacapture-main/getusermedia.html#tracks-and-constraints)
I find:
> “Each track maintains an internal version of the Constraints
structure, namely a mandatory set of constraints (no duplicates) and
an optional ordered list of individual constraint objects (may contain
duplicates). The internal stored constraint structure is exposed to
the application by the constraints attribute, and may be modified by
the applyConstraints() method."
This is clearly talking about about the mandatory{}/optional[] syntax
we used to have, and should be updated or removed.
I also find the text confusing in that it sets up the notion of an
"internal version" version perhaps different from the API version, and
then goes on to say this "internal" structure is exposed, which is
odd. Do we mean "internal slot"? And can we say "copy" instead of
version? Lastly, there is no constraints *attribute*, but
`track.getSettings()`.
See https://github.com/w3c/mediacapture-main/issues/238
Received on Tuesday, 1 September 2015 17:30:49 UTC