Kodi Development  20.0
for Binary and Script based Add-Ons

Header parts:

PVR_ERROR GetCapabilities(kodi::addon::PVRCapabilities& capabilities) override;
PVR_ERROR GetBackendName(std::string& name) override;
PVR_ERROR GetBackendVersion(std::string& version) override;
PVR_ERROR GetBackendHostname(std::string& hostname) override;
PVR_ERROR GetConnectionString(std::string& connection) override;
PVR_ERROR GetDriveSpace(uint64_t& total, uint64_t& used) override;
PVR_ERROR CallSettingsMenuHook(const kodi::addon::PVRMenuhook& menuhook) override;
Definition: General.h:116
Definition: MenuHook.h:46
PVR_ERROR
Definition: pvr_general.h:35