- From: Ingmar Kilche via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 02:25:58 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv8975/camera
Modified Files:
Overview-API.html
Log Message:
added additional note on use of format within captureImage/Audio/Video methods
Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview-API.html 3 Aug 2010 01:38:28 -0000 1.6
+++ Overview-API.html 3 Aug 2010 02:25:56 -0000 1.7
@@ -373,6 +373,8 @@
<p class="note">Additional attributes proposed: <code>width</code>
and <code>height</code>.</p>
+ <p class="note">We might want to add <code>format</code> to give author control
+ over the capture format.</p>
<dl title="[NoInterfaceObject] interface CaptureImageOptions" class="idl">
<dt>attribute unsigned long maxNumberOfMediaFiles</dt>
@@ -383,6 +385,9 @@
<section id="capturevideooptions"><h3><a>CaptureVideoOptions</a> interface</h3>
+ <p class="note">We might want to add <code>format</code> to give author control
+ over the capture format.</p>
+
<dl title="[NoInterfaceObject] interface CaptureVideoOptions" class="idl">
<dt>attribute unsigned long maxNumberOfMediaFiles</dt>
<dd>Upper limit of videos user can record.</dd>
@@ -394,6 +399,8 @@
<section id="captureaudiooptions"><h3><a>CaptureAudioOptions</a> interface</h3>
<p class="note">Additional attributes proposed: <code>duration</code>.</p>
+ <p class="note">We might want to add <code>format</code> to give author control
+ over the capture format.</p>
<dl title="[NoInterfaceObject] interface CaptureAudioOptions" class="idl">
<dt>attribute unsigned long maxNumberOfMediaFiles</dt>
Received on Tuesday, 3 August 2010 02:26:00 UTC