KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
CD-ROM status values

Macros

#define CD_STATUS_BUSY   0
 Drive is busy.
#define CD_STATUS_PAUSED   1
 Disc is paused.
#define CD_STATUS_STANDBY   2
 Drive is in standby.
#define CD_STATUS_PLAYING   3
 Drive is currently playing.
#define CD_STATUS_SEEKING   4
 Drive is currently seeking.
#define CD_STATUS_SCANNING   5
 Drive is scanning.
#define CD_STATUS_OPEN   6
 Disc tray is open.
#define CD_STATUS_NO_DISC   7
 No disc inserted.

Detailed Description

These are the values that can be returned as the status parameter from the cdrom_get_status() function.


Macro Definition Documentation

#define CD_STATUS_BUSY   0

Drive is busy.

#define CD_STATUS_NO_DISC   7

No disc inserted.

#define CD_STATUS_OPEN   6

Disc tray is open.

#define CD_STATUS_PAUSED   1

Disc is paused.

#define CD_STATUS_PLAYING   3

Drive is currently playing.

#define CD_STATUS_SCANNING   5

Drive is scanning.

#define CD_STATUS_SEEKING   4

Drive is currently seeking.

#define CD_STATUS_STANDBY   2

Drive is in standby.