KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Subcode Audio Status

GETSCD syscall response codes. More...

Macros

#define CD_SUB_AUDIO_STATUS_INVALID   0x00
 
#define CD_SUB_AUDIO_STATUS_PLAYING   0x11
 
#define CD_SUB_AUDIO_STATUS_PAUSED   0x12
 
#define CD_SUB_AUDIO_STATUS_ENDED   0x13
 
#define CD_SUB_AUDIO_STATUS_ERROR   0x14
 
#define CD_SUB_AUDIO_STATUS_NO_INFO   0x15
 

Detailed Description

GETSCD syscall response codes.

Information about CDDA playback from GETSCD syscall.

Macro Definition Documentation

◆ CD_SUB_AUDIO_STATUS_ENDED

#define CD_SUB_AUDIO_STATUS_ENDED   0x13

◆ CD_SUB_AUDIO_STATUS_ERROR

#define CD_SUB_AUDIO_STATUS_ERROR   0x14

◆ CD_SUB_AUDIO_STATUS_INVALID

#define CD_SUB_AUDIO_STATUS_INVALID   0x00

◆ CD_SUB_AUDIO_STATUS_NO_INFO

#define CD_SUB_AUDIO_STATUS_NO_INFO   0x15

◆ CD_SUB_AUDIO_STATUS_PAUSED

#define CD_SUB_AUDIO_STATUS_PAUSED   0x12

◆ CD_SUB_AUDIO_STATUS_PLAYING

#define CD_SUB_AUDIO_STATUS_PLAYING   0x11