- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 17:24:54 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv3562
Modified Files:
Overview-API.html
Log Message:
aligning with duration now being defined in seconds in html-media-capture
Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview-API.html 4 Aug 2010 09:26:45 -0000 1.8
+++ Overview-API.html 4 Aug 2010 17:24:52 -0000 1.9
@@ -254,7 +254,7 @@
<li>If a <code>CaptureVideoOptions</code> parameter was present,
and its <code>duration</code> attribute was defined,
<code>successCB</code> MUST be invoked after the video has
- been captured for the number of milliseconds defined in
+ been captured for the number of seconds defined in
<code>duration</code>. If user exited the native camera
application prematurely, <code>errorCB</code> must be invoked.
</li>
@@ -391,8 +391,8 @@
<dl title="[NoInterfaceObject] interface CaptureVideoOptions" class="idl">
<dt>attribute unsigned long maxNumberOfMediaFiles</dt>
<dd>Upper limit of videos user can record.</dd>
- <dt>attribute double duration</dt>
- <dd>Maximum duration of a single video clip in milliseconds.</dd>
+ <dt>attribute float duration</dt>
+ <dd>Maximum duration of a single video clip in seconds.</dd>
</dl>
</section>
Received on Wednesday, 4 August 2010 17:24:55 UTC