libogc  v2.6.0
Macros
DVD state codes

Macros

#define DVD_ERROR_CANCELED   -3
 
#define DVD_ERROR_COVER_CLOSED   -4
 
#define DVD_ERROR_FATAL   -1
 
#define DVD_ERROR_IGNORED   -2
 
#define DVD_ERROR_OK   0
 
#define DVD_STATE_BUSY   1
 
#define DVD_STATE_CANCELED   10
 
#define DVD_STATE_COVER_CLOSED   3
 
#define DVD_STATE_COVER_OPEN   5
 
#define DVD_STATE_END   0
 
#define DVD_STATE_FATAL_ERROR   -1
 
#define DVD_STATE_IGNORED   8
 
#define DVD_STATE_MOTOR_STOPPED   7
 
#define DVD_STATE_NO_DISK   4
 
#define DVD_STATE_RETRY   11
 
#define DVD_STATE_WAITING   2
 
#define DVD_STATE_WRONG_DISK   6
 

Detailed Description