Kodi Development  20.0
for Binary and Script based Add-Ons

Header parts:

PVR_ERROR GetProvidersAmount(int& amount) override;
PVR_ERROR GetProviders(kodi::addon::PVRProvidersResultSet& results) override;
PVR_ERROR GetChannelsAmount(int& amount) override;
PVR_ERROR GetChannels(bool radio, kodi::addon::PVRChannelsResultSet& results) override;
PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, std::vector<kodi::addon::PVRStreamProperty>& properties) override;
PVR_ERROR GetSignalStatus(int channelUid, kodi::addon::PVRSignalStatus& signalStatus) override;
PVR_ERROR GetDescrambleInfo(int channelUid, kodi::addon::PVRDescrambleInfo& descrambleInfo) override;
Definition: Channels.h:39
Definition: Channels.h:208
Definition: Channels.h:393
Definition: Providers.h:162
Definition: Channels.h:253
PVR_ERROR
Definition: pvr_general.h:35