- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Sep 2010 13:07:48 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv10356 Modified Files: Overview-API.html Log Message: Added CAPTURE_APPLICATION_BUSY Index: Overview-API.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview-API.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview-API.html 3 Sep 2010 13:00:32 -0000 1.21 +++ Overview-API.html 3 Sep 2010 13:07:46 -0000 1.22 @@ -374,6 +374,8 @@ <dl title="[NoInterfaceObject] interface CaptureError" class="idl"> <dt>const unsigned short CAPTURE_INTERNAL_ERR = 0 </dt> <dd>Camera or microphone failed to capture image or sound. </dd> + <dt>const unsigned short CAPTURE_APPLICATION_BUSY = 1 </dt> + <dd>Camera application or audio capture application is currently serving other capture request.</dd> <dt>readonly attribute unsigned short code </dt> <dd>An error code assigned by an implementation when an error has occurred in Capture API processing.</dd>
Received on Friday, 3 September 2010 13:07:52 UTC