[mediacapture-depth] Pull Request: Fix #103: Rename depth-specific MediaTrackSettings and enums

anssiko has just submitted a new pull request for 
https://github.com/w3c/mediacapture-depth:

== Fix #103: Rename depth-specific MediaTrackSettings and enums ==
Fix #103:

Rename depth-specific MediaTrackSettings:

attribute `format` -> `depthConversion`
attribute `near` -> `depthNear`
attribute `far` -> `depthFar`
    
Rename the enums to give them unique names:
    
enum `RangeFormat` -> `DepthConversionEnum`
enum `DepthMapUnit` -> `DepthMapUnitEnum`

See https://github.com/w3c/mediacapture-depth/pull/109

Received on Tuesday, 15 March 2016 14:42:34 UTC