Go to the documentation of this file.
59 #ifndef CDIO_SECTOR_H_
60 #define CDIO_SECTOR_H_
91 #define CDIO_PREGAP_SECTORS 150
92 #define CDIO_POSTGAP_SECTORS 150
134 #define CDIO_CD_MINS 74
136 #define CDIO_CD_SECS_PER_MIN 60
137 #define CDIO_CD_FRAMES_PER_SEC 75
138 #define CDIO_CD_SYNC_SIZE 12
139 #define CDIO_CD_CHUNK_SIZE 24
140 #define CDIO_CD_NUM_OF_CHUNKS 98
141 #define CDIO_CD_FRAMESIZE_SUB 96
142 #define CDIO_CD_HEADER_SIZE 4
144 #define CDIO_CD_SUBHEADER_SIZE 8
146 #define CDIO_CD_EDC_SIZE 4
148 #define CDIO_CD_M1F1_ZERO_SIZE 8
150 #define CDIO_CD_ECC_SIZE 276
152 #define CDIO_CD_FRAMESIZE 2048
153 #define CDIO_CD_FRAMESIZE_RAW 2352
154 #define CDIO_CD_FRAMESIZE_RAWER 2646
156 #define CDIO_CD_FRAMESIZE_RAW1 (CDIO_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE)
157 #define CDIO_CD_FRAMESIZE_RAW0 (CDIO_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE-CDIO_CD_HEADER_SIZE)
160 #define CDIO_CD_XA_HEADER (CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE)
163 #define CDIO_CD_XA_TAIL (CDIO_CD_EDC_SIZE+CDIO_CD_ECC_SIZE)
166 #define CDIO_CD_XA_SYNC_HEADER (CDIO_CD_SYNC_SIZE+CDIO_CD_XA_HEADER)
186 #define M2F2_SECTOR_SIZE 2324
187 #define M2SUB_SECTOR_SIZE 2332
188 #define M2RAW_SECTOR_SIZE 2336
191 #define CDIO_CD_MAX_SESSIONS 99
193 #define CDIO_CD_MIN_SESSION_NO 1
196 #define CDIO_CD_MAX_LSN 450150
198 #define CDIO_CD_MIN_LSN -450150
201 #define CDIO_CD_FRAMES_PER_MIN \
202 (CDIO_CD_FRAMES_PER_SEC*CDIO_CD_SECS_PER_MIN)
213 #define msf_t_SIZEOF 3
264 unsigned int frames);
276 #ifndef DO_NOT_WANT_PARANOIA_COMPATIBILITY
278 #define CD_FRAMESIZE_RAW CDIO_CD_FRAMESIZE_RAW
Generated for libcdio by
1.8.4