[mediacapture-record] Pull Request: Remove MediaRecorder Properties Section, which was a TODO.

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

== Remove MediaRecorder Properties Section, which was a TODO.  ==
Also added a tiny line of comments in ```{audio,video}BitsPerSecond```
 ```readonly attribute``` to detail as to why is interesting to have 
this accessors (it's interesting because what the user provides can be
 truncated, rounded, and in some cases, such as when 
```bitsPerSecond``` is provided, the UA can allocate the budget to 
audio and video as it sees fit, and JS might very likely be interested
 in these numbers).

See https://github.com/w3c/mediacapture-record/pull/50

Received on Wednesday, 3 February 2016 21:46:03 UTC