Re: [mediacapture-image] redEyeReduction as a sequence<boolean> is strange

@jan-ivar what do you propose? An enum saying e.g.
```
enum redEyeReductionCapability {
  "unsupported",
  "fixed_false",
  "fixed_true",
  "configurable"
};
```
Or some such?

-- 
GitHub Notification of comment by miguelao
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/156#issuecomment-289924927 using your GitHub account

Received on Tuesday, 28 March 2017 22:32:11 UTC