2009/dap/camera Overview-API.html,1.7,1.8

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

Modified Files:
	Overview-API.html 
Log Message:
renamed FormatData into MediaFileData


Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview-API.html	3 Aug 2010 02:25:56 -0000	1.7
+++ Overview-API.html	4 Aug 2010 09:26:45 -0000	1.8
@@ -95,7 +95,7 @@
         </div>
 
     <p class='note'>
-    The FormatData Interface contains a duration attribute. What does it mean here? Is it the max recording length?.
+    The MediaFileData Interface contains a duration attribute. What does it mean here? Is it the max recording length?.
     </p>   
       </section>
     </section>
@@ -152,21 +152,21 @@
       instance of <code>NavigatorDevice</code>.</p>
 
       <dl title="[Supplemental, NoInterfaceObject] interface Capture"
-      class="idl"><dt>readonly attribute FormatData[]
+      class="idl"><dt>readonly attribute MediaFileData[]
       supportedImageFormats</dt>
 
-      <dd>An array of FormatData [[!HTMLMEDIACAPTURE]] objects which contains image sizes
+      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains image sizes
       and formats supported by the hosting device camera.</dd>
 
-      <dt>readonly attribute FormatData[]
+      <dt>readonly attribute MediaFileData[]
       supportedVideoFormats </dt>
-      <dd>An array of FormatData [[!HTMLMEDIACAPTURE]] objects which contains video
+      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains video
       resolutions and formats supported by the hosting device
       camera.</dd>
 
-      <dt>readonly attribute FormatData[]
+      <dt>readonly attribute MediaFileData[]
       supportedAudioFormats</dt>
-      <dd>An array of FormatData [[!HTMLMEDIACAPTURE]] objects which contains audio
+      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains audio
       formats supported by the hosting device microphone.</dd>
 
       <dt>PendingOperation captureImage () </dt>

Received on Wednesday, 4 August 2010 09:26:52 UTC