- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 10:00:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv6012
Modified Files:
Overview.html
Log Message:
note on FormatData attributes and relationship to parameters
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html 16 Jul 2010 09:55:06 -0000 1.83
+++ Overview.html 16 Jul 2010 10:00:28 -0000 1.84
@@ -93,7 +93,7 @@
<p><code>FormatData</code> captures format information of a media
file captured by the device.</p>
- <p class="note">The relationship between this FormatData interface and the properties made available through the API for Media Resource 1.0 [[MEDIAONT-API]] needs further investigation.</p>
+ <p class="note">The relationship between this <code>FormatData</code> interface and the properties made available through the API for Media Resource 1.0 [[MEDIAONT-API]] needs further investigation.</p>
<dl title="[NoInterfaceObject] interface FormatData" class="idl">
@@ -123,6 +123,8 @@
<dd>The duration attribute represents length of the video or sound
clip in milliseconds. In the case of a image this attribute has value 0.</dd>
</dl>
+
+ <p class="note">Some of the proposed attributes of the <code>FormatData</code> interface could possibly be integrated as parameters of the MIME type, or as MIME options object.</p>
</section>
</section>
Received on Friday, 16 July 2010 10:00:31 UTC