![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Namespaces | |
| TagLib | |
| A namespace for all TagLib related classes and functions. | |
| TagLib::ID3v1 | |
| An ID3v1 implementation. | |
Typedefs | |
| typedef Map< String, int > | TagLib::ID3v1::GenreMap |
Functions | |
| StringList TAGLIB_EXPORT | TagLib::ID3v1::genreList () |
| Returns the list of canonical ID3v1 genre names in the order that they are listed in the standard. More... | |
| GenreMap TAGLIB_EXPORT | TagLib::ID3v1::genreMap () |
| A "reverse mapping" that goes from the canonical ID3v1 genre name to the respective genre number. More... | |
| String TAGLIB_EXPORT | TagLib::ID3v1::genre (int index) |
| Returns the name of the genre at index in the ID3v1 genre list. More... | |
| int TAGLIB_EXPORT | TagLib::ID3v1::genreIndex (const String &name) |
| Returns the genre index for the (case sensitive) genre name. More... | |