- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jun 2010 04:48:31 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv31186
Modified Files:
Overview.html
Log Message:
Changed example to use audio/x-speex and audio/ogg mime types instead
of audio/x-wav.
See: http://www.w3.org/2009/dap/track/actions/191
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.html 7 May 2010 12:57:19 -0000 1.64
+++ Overview.html 24 Jun 2010 04:48:29 -0000 1.65
@@ -370,8 +370,8 @@
<dl title="[NoInterfaceObject] interface FormatData" class="idl">
<dt>attribute DOMString type</dt>
<dd>The type attribute represents the MIME type of the captured image,
- video or sound. For example, a valid MIME type for JPEG images is
- image/jpeg. A valid MIME type for WAV sound file is audio/x-wav.</dd>
+ video or sound. For example, a valid MIME type for images is
+ image/jpeg. A valid MIME type for audio files is audio/x-speex or audio/ogg.</dd>
<dt>attribute DOMString codecs</dt>
<dd>The type attribute is not enough to determine the format of the
Received on Thursday, 24 June 2010 04:48:32 UTC