- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Mar 2010 15:38:31 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv1176
Modified Files:
Overview.html
Log Message:
Inherited MediaData from File
Renamed MediaData to MediaFile.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Overview.html 24 Mar 2010 15:13:54 -0000 1.54
+++ Overview.html 24 Mar 2010 15:38:29 -0000 1.55
@@ -308,17 +308,13 @@
</dd></dl>
</section>
- <section id="mediadata"><h3><a>MediaData</a> interface</h3>
-
- <p><code>MediaData</code> captures a single photo, video or sound
- captured by the device native capture application.</p>
+ <section id="mediafile"><h3><a>MediaFile</a> interface</h3>
- <dl title="[NoInterfaceObject] interface MediaData" class="idl">
- <dt>attribute DOMString uri</dt>
+ <p><code>MediaFile</code> captures a single photo, video or sound
+ captured by the device native capture application. It inherits
+ from <code>File</code> [[FILE-API]]</p>
- <dd>The uri attribute attribute specifies the path to the media file
- taken by native application as a Uniform Resource Identifier (URI)
- conforming to [[URI]].</dd>
+ <dl title="[NoInterfaceObject] interface MediaFile : File" class="idl">
<dt>attribute FormatData format </dt>
@@ -359,7 +355,7 @@
<dl title="[Callback=FunctionOnly, NoInterfaceObject] interface CaptureCB" class="idl">
<dt>void onSuccess () </dt><dd>
<dl class="parameters"><dt>MediaArray capturedMedia </dt><dd>Sequence
- of MediaData successfully captured by the device</dd>
+ of MediaFile successfully captured by the device</dd>
</dd></dl>
</dd></dl>
@@ -368,10 +364,10 @@
<section id="mediaarray"><h3><a>MediaArray</a> typedef</h3>
<p>The <a>MediaArray</a> typedef represents a <code>sequence</code> of
- <a href="#mediadata-interface"> <code>MediaData</code></a>
+ <a href="#mediafile-interface"> <code>MediaFile</code></a>
objects. </p>
- <dl title="typedef sequence<MediaData> MediaArray" class="idl"></dl>
+ <dl title="typedef sequence<MediaFile> MediaArray" class="idl"></dl>
</section>
Received on Wednesday, 24 March 2010 15:38:32 UTC