Main Page | Class List | Directories | File List | Class Members | File Members

cddb_track_s Struct Reference

The CDDB track structure. More...

#include <cddb_track.h>

List of all members.

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_sprev
 pointer to previous track, or NULL
cddb_track_snext
 pointer to next track, or NULL
cddb_disc_sdisc
 disc of which this is a track


Detailed Description

The CDDB track structure.

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.


Member Data Documentation

char* cddb_track_s::artist
 

(optional) track artist

struct cddb_disc_s* cddb_track_s::disc
 

disc of which this is a track

char* cddb_track_s::ext_data
 

(optional) extended disc data

int cddb_track_s::frame_offset
 

frame offset of the track on the disc

int cddb_track_s::length
 

track length in seconds

struct cddb_track_s* cddb_track_s::next
 

pointer to next track, or NULL

int cddb_track_s::num
 

track number on the disc

struct cddb_track_s* cddb_track_s::prev
 

pointer to previous track, or NULL

char* cddb_track_s::title
 

track title


The documentation for this struct was generated from the following file:
Generated on Thu Apr 21 21:02:15 2005 for libcddb by  doxygen 1.3.9.1