Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::GetEPGForChannel(int channelUid, time_t start, time_t end, kodi::addon::PVREPGTagsResultSet& results)
{
}
PVR_ERROR CMyInstance::IsEPGTagRecordable(const kodi::addon::PVREPGTag& tag, bool& isRecordable)
{
}
PVR_ERROR CMyInstance::IsEPGTagPlayable(const kodi::addon::PVREPGTag& tag, bool& isPlayable)
{
}
PVR_ERROR CMyInstance::GetEPGTagEdl(const kodi::addon::PVREPGTag& tag, std::vector<kodi::addon::PVREDLEntry>& edl)
{
}
PVR_ERROR CMyInstance::GetEPGTagStreamProperties(const kodi::addon::PVREPGTag& tag, std::vector<kodi::addon::PVRStreamProperty>& properties)
{
}
PVR_ERROR CMyInstance::SetEPGMaxPastDays(int pastDays)
{
}
PVR_ERROR CMyInstance::SetEPGMaxFutureDays(int futureDays)
{
}
PVR_ERROR CMyInstance::CallEPGMenuHook(const kodi::addon::PVRMenuhook& menuhook, const kodi::addon::PVREPGTag& tag)
{
}
Definition: EPG.h:40
Definition: MenuHook.h:46
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