#include <cddb_track.h>
| Public Attributes | |
| int | num | 
| track number on the disc | |
| int | frame_offset | 
| frame offset of the track on the disc | |
| int | length | 
| track length in seconds | |
| char * | title | 
| track title | |
| char * | artist | 
| (optional) track artist | |
| char * | ext_data | 
| (optional) extended disc data | |
| cddb_track_s * | prev | 
| pointer to previous track, or NULL | |
| cddb_track_s * | next | 
| pointer to next track, or NULL | |
| cddb_disc_s * | disc | 
| disc of which this is a track | |
Contains all information associated with a single CD track. This structure will be used to populate the tracks linked list of the cddb_disc_s structure.
| 
 | 
| (optional) track artist 
 | 
| 
 | 
| disc of which this is a track 
 | 
| 
 | 
| (optional) extended disc data 
 | 
| 
 | 
| frame offset of the track on the disc 
 | 
| 
 | 
| track length in seconds 
 | 
| 
 | 
| pointer to next track, or NULL 
 | 
| 
 | 
| track number on the disc 
 | 
| 
 | 
| pointer to previous track, or NULL 
 | 
| 
 | 
| track title 
 | 
 1.3.9.1
 1.3.9.1