Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "Artist.h"
#include "XBDateTime.h"
#include "music/tags/ReplayGain.h"
#include "utils/EmbeddedArt.h"
#include "utils/ISerializable.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::vector< CSong > | VECSONGS |
A vector of CSong objects, used for CMusicDatabase. | |
typedef std::map< std::string, VECSONGS > | MAPSONGS |
A map of a vector of CSong objects key by filename, used for CMusicDatabase. | |
typedef std::vector< CGenre > | VECGENRES |
A vector of std::string objects, used for CMusicDatabase. | |