![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_general.h"
#include "utils/Variant.h"
#include <map>
Classes | |
struct | PVR::CustomProperty |
custom property : type, value More... | |
Namespaces | |
namespace | PVR |
Typedefs | |
using | PVR::CustomPropertiesMap = std::map< unsigned int, CustomProperty > |
custom properties map: property id, details | |