#include <cddb_disc.h>
| Public Attributes | |
| unsigned int | discid | 
| four byte disc ID | |
| cddb_cat_t | category | 
| CDDB category. | |
| char * | genre | 
| disc genre | |
| char * | title | 
| disc title | |
| char * | artist | 
| disc artist | |
| int | length | 
| disc length in seconds | |
| int | year | 
| (optional) disc year YYYY | |
| char * | ext_data | 
| (optional) extended disc data | |
| int | track_cnt | 
| number of tracks on the disc | |
| cddb_track_t * | tracks | 
| pointer to the first track | |
| cddb_track_t * | iterator | 
| track iterator | |
Contains all information associated with a full CD.
| 
 | 
| disc artist 
 | 
| 
 | 
| CDDB category. 
 | 
| 
 | 
| four byte disc ID 
 | 
| 
 | 
| (optional) extended disc data 
 | 
| 
 | 
| disc genre 
 | 
| 
 | 
| track iterator 
 | 
| 
 | 
| disc length in seconds 
 | 
| 
 | 
| disc title 
 | 
| 
 | 
| number of tracks on the disc 
 | 
| 
 | 
| pointer to the first track 
 | 
| 
 | 
| (optional) disc year YYYY 
 | 
 1.3.9.1
 1.3.9.1