2009/dap/camera media-capture-api.html,NONE,1.1

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv9714

Added Files:
	media-capture-api.html 
Log Message:
killing media capture

--- NEW FILE: media-capture-api.html ---
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' lang='en'>
  <head>
    <meta charset='utf-8'/>
    <title>The Media Capture API</title>
    <script src='../ReSpec.js/js/respec.js' class='remove'></script>
    <script class='remove'>
      var respecConfig = {
          specStatus:           "WD",
          shortName:            "media-capture-api",
          publishDate:          "2012-03-22",
          previousPublishDate:  "2010-09-28",
          previousMaturity:     "FPWD",
          editors:  [
              { name: "Dzung D Tran",   company: "Intel" }
          ,   { name: "Ilkka Oksanen",  company: "Nokia" }
          ,   { name: "Ingmar Kliche",  company: "Deutsche Telekom" }
          ],
          inlineCSS:    true,
          noIDLIn:      true,
          extraCSS:     ["../ReSpec.js/css/respec.css"],
          wg:           "Device APIs Working Group",
          wgURI:        "http://www.w3.org/2009/dap/",
          wgPublicList: "public-device-apis",
          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/43696/status",
      };
    </script>
  </head>
  <body>
    <section id='abstract'>
      <p>
        This specification defined an Application Programming Interface (API) that provided access 
        to the audio, image and video capture capabilities of the device. Development on it has stopped,
        and further work is taking place as part of “<a href='http://dev.w3.org/2011/webrtc/editor/getusermedia.html'>getusermedia:
        Getting access to local devices that can generate multimedia streams</a>”.
      </p>
    </section>
  </body>
</html>

Received on Wednesday, 21 March 2012 03:44:24 UTC