Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::GetProvidersAmount(int& amount)
{
}
PVR_ERROR CMyInstance::GetProviders(kodi::addon::PVRProvidersResultSet& results)
{
}
PVR_ERROR CMyInstance::GetChannelsAmount(int& amount)
{
}
PVR_ERROR CMyInstance::GetChannels(bool radio, kodi::addon::PVRChannelsResultSet& results)
{
}
PVR_ERROR CMyInstance::GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, std::vector<kodi::addon::PVRStreamProperty>& properties)
{
}
PVR_ERROR CMyInstance::GetSignalStatus(int channelUid, kodi::addon::PVRSignalStatus& signalStatus)
{
}
PVR_ERROR CMyInstance::GetDescrambleInfo(int channelUid, kodi::addon::PVRDescrambleInfo& descrambleInfo)
{
}
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
@ PVR_ERROR_NOT_IMPLEMENTED
-2 : The method that Kodi called is not implemented by the add-on.
Definition: pvr_general.h:43