2009/dap/camera Overview.html,1.17,1.18

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv12867

Modified Files:
	Overview.html 
Log Message:
making duration a double everywhere; probably ought to be an unsigned long long, counted in miliseconds


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.html	2 Dec 2009 08:53:01 -0000	1.17
+++ Overview.html	2 Dec 2009 08:56:42 -0000	1.18
@@ -225,7 +225,7 @@
 <dl title="[NoInterfaceObject] interface FormatData" class="idl"><dt>attribute DOMString type
 </dt><dd>The type attribute represents the MIME type of the captured image, video or sound. For example, a valid MIME type for JPEG images is image/jpeg. A valid MIME type for WAV sound file is audio/x-wav.
 </dd><dt>attribute unsigned long height </dt><dd>The height attribute represents height of the image or video in pixels. Not applicable for a sound clip.
-</dd><dt>attribute unsigned long duration </dt><dd>The duration attribute represents length of the video or sound clip in seconds. Not applicable for a image.
+</dd><dt>attribute double duration </dt><dd>The duration attribute represents length of the video or sound clip in seconds. Not applicable for a image.
 </dd><dt>attribute unsigned long width </dt><dd>The width attribute represents width of the image or video in pixels. Not applicable for a sound clip.
 </dd></dl>
 </section><section id="successcallbak"><h3><a>SuccessCallback</a> interface</h3>

Received on Wednesday, 2 December 2009 08:56:53 UTC