- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Nov 2010 12:38:18 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv30398 Modified Files: Overview-API.html Log Message: Use MediaFileData not MediaFile interface Index: Overview-API.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview-API.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Overview-API.html 22 Oct 2010 14:15:57 -0000 1.31 +++ Overview-API.html 4 Nov 2010 12:38:16 -0000 1.32 @@ -179,7 +179,7 @@ </p> <p class='note'> - The MediaFile 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> <p class='note'> @@ -187,25 +187,25 @@ </p> <p class='note'> - Duration and bitrate attributes of MediaFile object make no sense in case of supportedImageFormats. Use of more well suited interface to be considered. + Duration and bitrate attributes of MediaFileData 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 MediaFile[] + class="idl"><dt>readonly attribute MediaFileData[] supportedImageFormats</dt> - <dd>An array of MediaFile [[!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 MediaFile[] + <dt>readonly attribute MediaFileData[] supportedVideoFormats </dt> - <dd>An array of MediaFile [[!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 MediaFile[] + <dt>readonly attribute MediaFileData[] supportedAudioFormats</dt> - <dd>An array of MediaFile [[!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 Thursday, 4 November 2010 12:38:20 UTC