- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 09:36:47 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv2797
Modified Files:
Overview.html
Log Message:
note on DOMstring for codecs
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Overview.html 4 Aug 2010 09:26:11 -0000 1.102
+++ Overview.html 4 Aug 2010 09:36:45 -0000 1.103
@@ -159,7 +159,9 @@
represents the actual format that the audio and video of the content.
The codecs attribute MUST conform to the [[!RFC4281]].
For example, a valid value for H.263 video and AAC low
- complexity would be codecs="s263, mp4a.40.2".</dd>
+ complexity would be codecs="s263, mp4a.40.2".
+ <p class="note">This <a href="http://lists.w3.org/Archives/Public/public-device-apis/2010Jul/0133.html">could be turned into a list of DOMString</a> rather than keeping it as a comma-separated values list; this needs some care with regard to the RFC ref.</p>
+</dd>
<dt>attribute unsigned long bitrate </dt>
<dd>The codecs attribute only specifies the profile and level of the encoded content
Received on Wednesday, 4 August 2010 09:36:49 UTC