[mediacapture-image] PhotoSettings members have misleading names

alexshalamov has just created a new issue for https://github.com/w3c/mediacapture-image:

== PhotoSettings members have misleading names ==
Many members in `PhotoSettings` dictionary have misleading names e.g. `MeteringMode focusMode; `Would it be possible to, at least, typedef those? For example:

```
typedef (MeteringMode) FocusingMode;
typedef (MeteringMode) WhiteBalanceMode;
```

Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/159 using your GitHub account

Received on Tuesday, 28 March 2017 08:06:01 UTC