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

anssiko has just merged pull request 109 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 Wednesday, 16 March 2016 11:17:49 UTC