Defines one search result from the freedb search. More...
#include <mp3splt.h>
Data Fields | |
int | id |
char * | name |
int | revision_number |
int * | revisions |
Defines one search result from the freedb search.
Definition at line 74 of file mp3splt.h.
How many revisions this result has.
If having revisions, the unique identifier for a revision is id + revision + 1, with 0 <= revision < revision_number
Contains the revisions of the result.
The revisions table contains revision_number elements, the consecutive numbers starting at 2 (you might not need it)