Go to the documentation of this file.
60 #ifndef _CDIO_SECTOR_H_
61 #define _CDIO_SECTOR_H_
72 #define CDIO_SUBCHANNEL_SUBQ_DATA 0
73 #define CDIO_SUBCHANNEL_CURRENT_POSITION 1
74 #define CDIO_SUBCHANNEL_MEDIA_CATALOG 2
75 #define CDIO_SUBCHANNEL_TRACK_ISRC 3
89 #define CDIO_PREGAP_SECTORS 150
90 #define CDIO_POSTGAP_SECTORS 150
132 #define CDIO_CD_MINS 74
134 #define CDIO_CD_SECS_PER_MIN 60
135 #define CDIO_CD_FRAMES_PER_SEC 75
136 #define CDIO_CD_SYNC_SIZE 12
137 #define CDIO_CD_CHUNK_SIZE 24
138 #define CDIO_CD_NUM_OF_CHUNKS 98
139 #define CDIO_CD_FRAMESIZE_SUB 96
140 #define CDIO_CD_HEADER_SIZE 4
142 #define CDIO_CD_SUBHEADER_SIZE 8
144 #define CDIO_CD_EDC_SIZE 4
146 #define CDIO_CD_M1F1_ZERO_SIZE 8
148 #define CDIO_CD_ECC_SIZE 276
150 #define CDIO_CD_FRAMESIZE 2048
151 #define CDIO_CD_FRAMESIZE_RAW 2352
152 #define CDIO_CD_FRAMESIZE_RAWER 2646
154 #define CDIO_CD_FRAMESIZE_RAW1 (CDIO_CD_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE)
155 #define CDIO_CD_FRAMESIZE_RAW0 (CDIO_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE-CDIO_CD_HEADER_SIZE)
158 #define CDIO_CD_XA_HEADER (CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE)
161 #define CDIO_CD_XA_TAIL (CDIO_CD_EDC_SIZE+CDIO_CD_ECC_SIZE)
164 #define CDIO_CD_XA_SYNC_HEADER (CDIO_CD_SYNC_SIZE+CDIO_CD_XA_HEADER)
184 #define M2F2_SECTOR_SIZE 2324
185 #define M2SUB_SECTOR_SIZE 2332
186 #define M2RAW_SECTOR_SIZE 2336
189 #define CDIO_CD_MAX_SESSIONS 99
191 #define CDIO_CD_MIN_SESSION_NO 1
194 #define CDIO_CD_MAX_LSN 450150
196 #define CDIO_CD_MIN_LSN -450150
199 #define CDIO_CD_FRAMES_PER_MIN \
200 (CDIO_CD_FRAMES_PER_SEC*CDIO_CD_SECS_PER_MIN)
202 #define CDIO_CD_74MIN_SECTORS (UINT32_C(74)*CDIO_CD_FRAMES_PER_MIN)
203 #define CDIO_CD_80MIN_SECTORS (UINT32_C(80)*CDIO_CD_FRAMES_PER_MIN)
204 #define CDIO_CD_90MIN_SECTORS (UINT32_C(90)*CDIO_CD_FRAMES_PER_MIN)
206 #define CDIO_CD_MAX_SECTORS \
207 (UINT32_C(100)*CDIO_CD_FRAMES_PER_MIN-CDIO_PREGAP_SECTORS)
209 #define msf_t_SIZEOF 3
260 unsigned int frames);
272 #ifndef DO_NOT_WANT_PARANOIA_COMPATIBILITY
274 #define CD_FRAMESIZE_RAW CDIO_CD_FRAMESIZE_RAW
Generated for libcdio by
1.8.1.1