|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <map>#include <string>Namespaces | |
| namespace | KODI |
| namespace | KODI::ART |
Typedefs | |
| using | KODI::ART::Artwork = std::map<std::string, std::string, std::less<>> |
| A container for artwork. key: artwork type, value: URL of artwork file. | |
| using | KODI::ART::SeasonsArtwork = std::map<int, Artwork> |
| A container for artwork for multiple seasons. key: season number, value: artwork. | |