[tvcontrol-api] The `TVSourceSupportedConstraints` dictionary is not used

tidoust has just created a new issue for https://github.com/w3c/tvcontrol-api:

== The `TVSourceSupportedConstraints` dictionary is not used ==
Section 6.5 defines the [`TVSourceSupportedConstraints`](http://www.w3.org/TR/tvcontrol-api/#tvsourcesupportedconstraints-dictionary) dictionary but that dictionary is not used anywhere.

The `TVManager` interface should have a `getSupportedConstraints` method that returns such an object. 

Now, adding that method would mean we'd have a `getSupportedConstraints` and a `getCapabilities` methods on the same interface (that does not happen in Media Capture and Streams as `getSupportedConstraints` is on `MediaDevices` while `getCapabilities` is on `InputDeviceInfo`). We may need to think about whether we need both of them.

Also, the `height` and `tuningStep` properties of the `TVSourceCapabilities` dictionary should be of type `ConstrainLong`, I believe.

(This issue was triggered by #50).

Please view or discuss this issue at https://github.com/w3c/tvcontrol-api/issues/52 using your GitHub account

Received on Monday, 20 March 2017 09:34:33 UTC