mp3splt-gtk
splt_freedb_one_result Struct Reference

#include <mp3splt.h>

Collaboration diagram for splt_freedb_one_result:

Data Fields

int id
char * name
int revision_number
int * revisions

Detailed Description

Defines one search result from the freedb search.

See also:
splt_freedb_results
mp3splt_get_freedb_search

Definition at line 74 of file mp3splt.h.


Field Documentation

Unique identifier for this result.

Definition at line 82 of file mp3splt.h.

Referenced by freedb_search().

Name of the album for this result.

Definition at line 78 of file mp3splt.h.

Referenced by freedb_search().

How many revisions this result has.

If having revisions, the unique identifier for a revision is

id + revision + 1, with 0 <= revision < revision_number

Definition at line 89 of file mp3splt.h.

Referenced by freedb_search().

Contains the revisions of the result.

The revisions table contains revision_number elements, the consecutive numbers starting at 2 (you might not need it)

Definition at line 96 of file mp3splt.h.

Referenced by freedb_search().


The documentation for this struct was generated from the following file: