- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 31 Jan 2013 10:33:56 +0000
- To: public-dap-commits@w3.org
changeset: 353:30552a2f004c tag: tip user: dom@localhost6.localdomain6 date: Thu Jan 31 11:33:53 2013 +0100 files: media-stream-capture/MediaRecorder.html description: one more diff -r fc1fcba6a942 -r 30552a2f004c media-stream-capture/MediaRecorder.html --- a/media-stream-capture/MediaRecorder.html Thu Jan 31 11:33:14 2013 +0100 +++ b/media-stream-capture/MediaRecorder.html Thu Jan 31 11:33:53 2013 +0100 @@ -176,7 +176,7 @@ MediaStream is muted at any time (i.e., if its <code>readyState</code> is set to <code>muted</code>), the UA <em title="must" class="rfc2119">must</em> insert black frames or silence until the Track is unmuted. If the UA is unable to start recording or at any point is unable to continue recording, it <em title="must" class="rfc2119">must</em> raise - a <code>recordingerror</code> event, follwowed by a <code>dataavailable</code> event containing + a <code>recordingerror</code> event, followed by a <code>dataavailable</code> event containing the Blob it has gathered, followed by the <code>stoprecording</code> event. </p> <dl class='parameters'>
Received on Thursday, 31 January 2013 10:33:57 UTC