KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Read Subcode Type

Types of data to read from sector subcode. More...

Macros

#define CD_SUB_Q_ALL   0
 Read all Subcode Data.
 
#define CD_SUB_Q_CHANNEL   1
 Read Q Channel Subcode Data.
 
#define CD_SUB_MEDIA_CATALOG   2
 Read the Media Catalog Subcode Data.
 
#define CD_SUB_TRACK_ISRC   3
 Read the ISRC Subcode Data.
 
#define CD_SUB_RESERVED   4
 Reserved.
 

Detailed Description

Types of data to read from sector subcode.

Types of data available to read from the sector subcode. These are possible values for the first parameter sent to the GETSCD syscall.

Macro Definition Documentation

◆ CD_SUB_MEDIA_CATALOG

#define CD_SUB_MEDIA_CATALOG   2

Read the Media Catalog Subcode Data.

◆ CD_SUB_Q_ALL

#define CD_SUB_Q_ALL   0

Read all Subcode Data.

◆ CD_SUB_Q_CHANNEL

#define CD_SUB_Q_CHANNEL   1

Read Q Channel Subcode Data.

◆ CD_SUB_RESERVED

#define CD_SUB_RESERVED   4

Reserved.

◆ CD_SUB_TRACK_ISRC

#define CD_SUB_TRACK_ISRC   3

Read the ISRC Subcode Data.