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

cddb_disc_s Struct Reference

The CDDB disc structure. More...

#include <cddb_disc.h>

List of all members.

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_ttracks
 pointer to the first track
cddb_track_titerator
 track iterator


Detailed Description

The CDDB disc structure.

Contains all information associated with a full CD.


Member Data Documentation

char* cddb_disc_s::artist
 

disc artist

cddb_cat_t cddb_disc_s::category
 

CDDB category.

unsigned int cddb_disc_s::discid
 

four byte disc ID

char* cddb_disc_s::ext_data
 

(optional) extended disc data

char* cddb_disc_s::genre
 

disc genre

cddb_track_t* cddb_disc_s::iterator
 

track iterator

int cddb_disc_s::length
 

disc length in seconds

char* cddb_disc_s::title
 

disc title

int cddb_disc_s::track_cnt
 

number of tracks on the disc

cddb_track_t* cddb_disc_s::tracks
 

pointer to the first track

int cddb_disc_s::year
 

(optional) disc year YYYY


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