- From: Anssi Kostiainen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Mar 2016 11:17:45 +0000
- To: public-media-capture@w3.org
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