- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 09:26:13 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv1725
Modified Files:
Overview.html
Log Message:
renamed FormatData in MediaFileData as suggested in http://lists.w3.org/Archives/Public/public-device-apis/2010Jul/0133.html
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html 22 Jul 2010 07:54:18 -0000 1.101
+++ Overview.html 4 Aug 2010 09:26:11 -0000 1.102
@@ -134,24 +134,24 @@
<dl title="[NoInterfaceObject] interface MediaFile : File" class="idl">
- <dt>readonly attribute FormatData format </dt>
+ <dt>readonly attribute MediaFileData format </dt>
<dd>The format attribute represents the format information of <a
href="#formatdata"><code>MediaFile</code></a>
object.
- <p class="note">The Working Group is considering whether the indirection provided by the <code>format</code> attribute is useful or if the <code>MediaFile</code> interface should inherit directly from <code>FormatData</code>.</p>
+ <p class="note">The Working Group is considering whether the indirection provided by the <code>format</code> attribute is useful or if the <code>MediaFile</code> interface should inherit directly from <code>MediaFileData</code>.</p>
</dd></dl>
</section>
- <section id="formatdata"><h3><a>FormatData</a> interface</h3>
+ <section id="formatdata"><h3><a>MediaFileData</a> interface</h3>
- <p><code>FormatData</code> captures format information of a media
+ <p><code>MediaFileData</code> captures format information of a media
file captured by the device.</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>
+ <p class="note">The relationship between this <code>MediaFileData</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">
+ <dl title="[NoInterfaceObject] interface MediaFileData" class="idl">
<dt>attribute DOMString codecs</dt>
<dd>The type attribute of the Blob interface (inherited from the File interface) is not sufficient to determine the format of the
@@ -180,7 +180,7 @@
clip in milliseconds. In the case of an 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>
+ <p class="note">Some of the proposed attributes of the <code>MediaFileData</code> interface could possibly be integrated as parameters of the MIME type, or as MIME options object.</p>
</section>
</section>
Received on Wednesday, 4 August 2010 09:26:15 UTC