_albumresult_t(3)
NAME
_albumresult_t
SYNOPSIS
#include <tp_c.h> Public Attributes int relevance char name [TP_ALBUM_NAME_LEN] char id [TP_ID_LEN] int numTracks int numCDIndexIds int isVA int isNA TPAlbumStatus status TPAlbumType type int releaseYear int releaseDay int releaseMonth char releaseCountry [3] artistresult_t artist
Detailed Description
This structure contains information about an album.
- As in artistresult_t, a higher relevance value indicates a
- better match. The artist attribute points to an artistresult_t
- structure.
Member Data Documentation
- int _albumresult_t::relevance
char _albumresult_t::name[TP_ALBUM_NAME_LEN]
char _albumresult_t::id[TP_ID_LEN]
int _albumresult_t::numTracks
int _albumresult_t::numCDIndexIds
int _albumresult_t::isVA
int _albumresult_t::isNA
TPAlbumStatus _albumresult_t::status TPAlbumType _albumresult_t::type int _albumresult_t::releaseYear int _albumresult_t::releaseDay int _albumresult_t::releaseMonth char _albumresult_t::releaseCountry[3] artistresult_t _albumresult_t::artist Author - Generated automatically by Doxygen for MusicBrainz
- Tunepimp Library from the source code.
- Version 0.3.0 7 Nov 2006 _al