2009/dap/camera Overview-API.html,1.30,1.31

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

Modified Files:
	Overview-API.html 
Log Message:

MediaFileData was renamed to MediaFile in HTML Media Capture spec. Updated API spec accordingly.



Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview-API.html	28 Sep 2010 18:40:20 -0000	1.30
+++ Overview-API.html	22 Oct 2010 14:15:57 -0000	1.31
@@ -179,7 +179,7 @@
     </p>
 
     <p class='note'>
-    The MediaFileData Interface contains a duration attribute. What does it mean here? Is it the max recording length?.
+    The MediaFile Interface contains a duration attribute. What does it mean here? Is it the max recording length?.
     </p>   
 
     <p class='note'>
@@ -187,25 +187,25 @@
     </p>
 
     <p class='note'>
-    Duration and bitrate attributes of MediaFileData object make no sense in case of supportedImageFormats. Use of more well suited interface to be considered. 
+    Duration and bitrate attributes of MediaFile object make no sense in case of supportedImageFormats. Use of more well suited interface to be considered. 
     </p>   
 
       <dl title="[Supplemental, NoInterfaceObject] interface Capture"
-      class="idl"><dt>readonly attribute MediaFileData[]
+      class="idl"><dt>readonly attribute MediaFile[]
       supportedImageFormats</dt>
 
-      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains image sizes
+      <dd>An array of MediaFile [[!HTMLMEDIACAPTURE]] objects which contains image sizes
       and formats supported by the hosting device camera.</dd>
 
-      <dt>readonly attribute MediaFileData[]
+      <dt>readonly attribute MediaFile[]
       supportedVideoFormats </dt>
-      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains video
+      <dd>An array of MediaFile [[!HTMLMEDIACAPTURE]] objects which contains video
       resolutions and formats supported by the hosting device
       camera.</dd>
 
-      <dt>readonly attribute MediaFileData[]
+      <dt>readonly attribute MediaFile[]
       supportedAudioFormats</dt>
-      <dd>An array of MediaFileData [[!HTMLMEDIACAPTURE]] objects which contains audio
+      <dd>An array of MediaFile [[!HTMLMEDIACAPTURE]] objects which contains audio
       formats supported by the hosting device microphone.</dd>
 
       <dt>PendingOperation captureImage () </dt>

Received on Friday, 22 October 2010 14:16:06 UTC