#include <freedb.hxx>
Public Attributes | |
long | discid |
string | dartist |
string | dtitle |
string | dyear |
string | dgenre |
string | dextinfo |
int | revision |
vector< int > | trackoffsets |
vector< string > | tracktitles |
vector< int > | playorder |
Definition at line 93 of file freedb.hxx.
|
The name of the artist of the disc Definition at line 96 of file freedb.hxx. |
|
Extended information about the disc; a string of arbitrary length Definition at line 100 of file freedb.hxx. |
|
The genre (also called category) of the disc Definition at line 99 of file freedb.hxx. |
|
The DiscId, an unique identifier for a compact disc. Definition at line 95 of file freedb.hxx. |
|
The title of the disc Definition at line 97 of file freedb.hxx. |
|
The release year of the disc Definition at line 98 of file freedb.hxx. |
|
The playorder for this disc, can be used in local databases for CD-Players Definition at line 104 of file freedb.hxx. |
|
The revision of the disc entry Definition at line 101 of file freedb.hxx. |
|
The track offsets of the disc; also used to calculate the DiscId Definition at line 102 of file freedb.hxx. |
|
An STL vector containing the track titles in correct order Definition at line 103 of file freedb.hxx. |