- From: Miguel Casas-Sanchez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Feb 2016 21:46:37 +0000
- To: public-media-capture@w3.org
miguelao has just merged pull request 50 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:39 UTC