- From: CVS User dburnett <cvsmail@w3.org>
- Date: Wed, 15 May 2013 01:58:19 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor In directory roscoe:/tmp/cvs-serv28845 Modified Files: getusermedia.html getusermedia.js Log Message: Added 20130514 archived version. --- /sources/public/2011/webrtc/editor/getusermedia.html 2013/04/30 04:46:45 1.17 +++ /sources/public/2011/webrtc/editor/getusermedia.html 2013/05/15 01:58:19 1.18 @@ -1158,13 +1158,10 @@ <dd>This track has no source. This is the case when the track is in the <code>"new"</code> or <code>"ended"</code> <code><a>readyState</a></code>.</dd> <dt>camera</dt> - <dd>A valid source type only for <code><a>VideoStreamTrack</a></code>s. The source is a local video-producing camera source (without special photo-mode support).</dd> + <dd>A valid source type only for <code><a>VideoStreamTrack</a></code>s. The source is a local video-producing camera source.</dd> <dt>microphone</dt> <dd>A valid source type only for <code><a>AudioStreamTrack</a></code>s. The source is a local audio-producing microphone source.</dd> - - <dt>photo-camera</dt> - <dd>A valid source type only for <code><a>VideoStreamTrack</a></code>s. The source is a local video-producing camera source which supports high-resolution photo-mode and its related <code><a>state</a></code> attributes.</dd> </dl> </section> @@ -1252,7 +1249,7 @@ <p>Returns an array of application-unique source identifiers. This list will be populated only with local sources whose <code><a>sourceType</a></code> - is <code>"camera"</code> or <code>"photo-camera"</code> + is <code>"camera"</code> and if allowed by the user-agent, <code>"readonly"</code> variants of the former two types. The video source ids returned in the list constitute those sources that the @@ -2548,8 +2545,9 @@ </div>--> <div> - <p>This example allows people to take photos of themselves from the local - video camera.</p> + <p>This example allows people to take photos of themselves from + the local video camera. Note that the forthcoming Image Capture + specification may provide a simpler way to accomplish this.</p> <pre class="example sh_javascript"> <article> <style scoped> @@ -2781,7 +2779,14 @@ --> - <h2>Changes since March 20, 2013</h2> + <h2>Changes since April 29, 2013</h2> + + <ol> + <li>Removed remaining photo APIs and references (since we have a + separate Image Capture Spec).</li> + </ol> + + <h2>March 20, 2013</h2> <ol> <li> Added readonly and remote attributes to MediaStreamTrack</li> --- /sources/public/2011/webrtc/editor/getusermedia.js 2013/04/30 04:46:46 1.10 +++ /sources/public/2011/webrtc/editor/getusermedia.js 2013/05/15 01:58:19 1.11 @@ -19,7 +19,7 @@ // copyrightStart: "2005", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD - prevED: "http://dev.w3.org/2011/webrtc/editor/archives/20130320/getusermedia.html", + prevED: "http://dev.w3.org/2011/webrtc/editor/archives/20130429/getusermedia.html", // if there a publicly available Editor's Draft, this is the link edDraftURI: "http://dev.w3.org/2011/webrtc/editor/getusermedia.html",
Received on Wednesday, 15 May 2013 01:58:21 UTC