|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/ISerializable.h"#include "XBDateTime.h"#include "utils/EmbeddedArt.h"#include "music/tags/ReplayGain.h"#include "Artist.h"#include <map>#include <string>#include <vector>Classes | |
| class | CGenre |
| Class to store and read album information from CMusicDatabase. More... | |
| class | CSong |
| Class to store and read song information from CMusicDatabase. More... | |
Typedefs | |
| typedef std::map< std::string, CSong > | MAPSONGS |
| A map of CSong objects, used for CMusicDatabase. More... | |
| typedef std::vector< CSong > | VECSONGS |
| A vector of CSong objects, used for CMusicDatabase. More... | |
| typedef std::vector< CGenre > | VECGENRES |
| A vector of std::string objects, used for CMusicDatabase. More... | |