- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Jul 2010 11:28:14 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv4436
Modified Files:
Overview-API.html Overview.html
Log Message:
Renamed MediaArray to MediaList.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.html 7 Jul 2010 07:07:59 -0000 1.67
+++ Overview.html 9 Jul 2010 11:28:12 -0000 1.68
@@ -124,12 +124,12 @@
</section>
</section>
- <section id="mediaarray"><h3><a>MediaArray</a> typedef</h3>
- <p>The <a>MediaArray</a> typedef represents a <code>sequence</code> of
+ <section id="medialist"><h3><a>MediaList</a> typedef</h3>
+ <p>The <a>MediaList</a> typedef represents a <code>sequence</code> of
<a href="#mediafile"> <code>MediaFile</code></a>
objects. </p>
- <dl title="typedef sequence<MediaFile> MediaArray" class="idl"></dl>
+ <dl title="typedef sequence<MediaFile> MediaList" class="idl"></dl>
</section>
<section id="formaccess">
@@ -152,7 +152,7 @@
<p>If the user captures media files successfully, the
<code>files</code> attribute [[HTML5]] MUST return a <a
- href="#mediaarray">MediaArray</a> object that represents the
+ href="#medialist">MediaList</a> object that represents the
current captured content instead of <code>FileList</code>
[[FILE-API]] object as specified in [[HTML5]].
Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview-API.html 7 Jul 2010 07:23:55 -0000 1.3
+++ Overview-API.html 9 Jul 2010 11:28:12 -0000 1.4
@@ -175,7 +175,7 @@
picture(s).</li>
<li>If successful, invoke the associated <code>successCB</code>
- with a <a href="Overview.html#mediaarray"> <code>MediaArray</code></a>
+ with a <a href="Overview.html#medialist"> <code>MediaList</code></a>
argument. If the attempt fails, and the method was invoked with a
non-null <code>errorCallback</code> argument, this method must
invoke the <code>errorCallback</code> with a <a
@@ -225,7 +225,7 @@
<li>Start native video camera application. Allow end user to
take video(s) and return. </li><li>If successful, invoke the
associated <code>successCB</code> with a <a
- href="Overview.html#mediaarray"> <code>MediaArray</code></a> argument. If
+ href="Overview.html#medialist"> <code>MediaList</code></a> argument. If
the attempt fails, and the method was invoked with a non-null
<code>errorCallback</code> argument, this method must invoke the
<code>errorCallback</code> with a <a
@@ -282,7 +282,7 @@
audio clip(s) and return.</li>
<li>If successful, invoke the associated <code>successCB</code>
- with a <a href="Overview.html#mediaarray"> <code>MediaArray</code></a>
+ with a <a href="Overview.html#medialist"> <code>MediaList</code></a>
argument. If the attempt fails, and the method was invoked with a
non-null <code>errorCallback</code> argument, this method must invoke
the <code>errorCallback</code> with a <a
@@ -321,7 +321,7 @@
<dl title="[Callback=FunctionOnly, NoInterfaceObject] interface CaptureCB" class="idl">
<dt>void onSuccess () </dt><dd>
- <dl class="parameters"><dt>MediaArray capturedMedia </dt><dd>Sequence
+ <dl class="parameters"><dt>MediaList capturedMedia </dt><dd>Sequence
of MediaFile successfully captured by the device</dd>
</dd></dl>
</dd></dl>
Received on Friday, 9 July 2010 11:28:15 UTC