- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 31 Jan 2013 13:19:39 +0000
- To: public-dap-commits@w3.org
changeset: 363:43b16e0c2890 branch: mediastream-recording-fpwd parent: 361:14cbbdfc3b46 user: dom@localhost6.localdomain6 date: Thu Jan 31 14:18:56 2013 +0100 files: media-stream-capture/MediaRecorder.html description: fix broken fragments diff -r 14cbbdfc3b46 -r 43b16e0c2890 media-stream-capture/MediaRecorder.html --- a/media-stream-capture/MediaRecorder.html Thu Jan 31 14:11:48 2013 +0100 +++ b/media-stream-capture/MediaRecorder.html Thu Jan 31 14:18:56 2013 +0100 @@ -708,7 +708,7 @@ constructor takes one argument which <em title="must" class="rfc2119">must</em> be of type <code>MediaStream</code> (see [<cite><a href="#bib-GETUSERMEDIA" class="bibref">GETUSERMEDIA</a></cite>]). When the constructor is invoked, the UA <em title="must" class="rfc2119">must</em> construct a new <a class="idlType" href="#idl-def-MediaRecorder"><code>MediaRecorder</code></a> object, - set its <a href="#widl-mediastream">mediaStream</a> attribute to be the provided MediaStream, set its <a href="#widl-state">state</a> attribute to 'inactive' + set its <a href="#widl-MediaRecorder-stream">stream</a> attribute to be the provided MediaStream, set its <a href="#widl-MediaRecorder-state">state</a> attribute to 'inactive' and return the object.</p>
Received on Thursday, 31 January 2013 13:19:40 UTC