- This wiki is out of date, use the continuation of this wiki instead
CD statuscodes
From FenixWiki
(Redirected from CD ERROR)
[edit] Definition
CD statuscodes are status codes returned by the function cd_status() , to specify the current status of a CD drive.
[edit] 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. |