Used with BASS_CD_GetTOC to retrieve the TOC from a CD.
typedef struct {
WORD size;
BYTE first;
BYTE last;
BASS_CD_TOC_TRACK tracks[100];
} BASS_CD_TOC;
| size | The byte length of the TOC data, not including the 2 bytes taken by this size member. |
| first | The first track number. |
| last | The last track number. |
| tracks | The array of tracks. |