![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/IAddonManagerCallback.h"
#include "addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_general.h"
#include "powermanagement/PowerState.h"
#include "threads/CriticalSection.h"
#include <map>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Classes | |
struct | PVR::SBackend |
Holds generic data about a backend (number of channels etc.) More... | |
class | PVR::CPVRClients |
Namespaces | |
namespace | ADDON |
namespace | PVR |
Typedefs | |
using | PVR::CPVRClientMap = std::map<int, std::shared_ptr<CPVRClient>> |