26 #ifndef TAGLIB_ID3V1GENRE_H 27 #define TAGLIB_ID3V1GENRE_H A list of strings.
Definition: tstringlist.h:45
Map< String, int > GenreMap
Definition: id3v1genres.h:36
int TAGLIB_EXPORT genreIndex(const String &name)
Returns the genre index for the (case sensitive) genre name.
String TAGLIB_EXPORT genre(int index)
Returns the name of the genre at index in the ID3v1 genre list.
A wide string class suitable for unicode.
Definition: tstring.h:84
A generic, implicitly shared map.
Definition: tmap.h:43
GenreMap TAGLIB_EXPORT genreMap()
A "reverse mapping" that goes from the canonical ID3v1 genre name to the respective genre number...
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
StringList TAGLIB_EXPORT genreList()
Returns the list of canonical ID3v1 genre names in the order that they are listed in the standard...