- This wiki is out of date, use the continuation of this wiki instead
CD statuscodes
From FenixWiki
Revision as of 13:26, 19 June 2008 by 86.70.220.11 (Talk)
Definition
CD statuscodes are status codes returned by the function cd_status() , to specify the current status of a CD drive.
List
Constant | - Value | - Description |
CD_ERROR | - -1 - | Error. |
CD_TRAYEMPTY | - 0 - | The CD tray is empty. |
CD_STOPPED | - 1 - | The CD is stopped. |
CD_PLAYING | - 2 - | The CD is playing. |
CD_PAUSED | - 3 - | The CD is paused. |