Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
Song.h File Reference
#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, CSongMAPSONGS
 A map of CSong objects, used for CMusicDatabase. More...
 
typedef std::vector< CSongVECSONGS
 A vector of CSong objects, used for CMusicDatabase. More...
 
typedef std::vector< CGenreVECGENRES
 A vector of std::string objects, used for CMusicDatabase. More...