Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::GetRecordingsAmount(bool deleted, int& amount)
{
}
PVR_ERROR CMyInstance::GetRecordings(bool deleted, kodi::addon::PVRRecordingsResultSet& results)
{
}
PVR_ERROR CMyInstance::DeleteRecording(const kodi::addon::PVRRecording& recording)
{
}
PVR_ERROR CMyInstance::UndeleteRecording(const kodi::addon::PVRRecording& recording)
{
}
PVR_ERROR CMyInstance::DeleteAllRecordingsFromTrash()
{
}
PVR_ERROR CMyInstance::RenameRecording(const kodi::addon::PVRRecording& recording)
{
}
PVR_ERROR CMyInstance::SetRecordingLifetime(const kodi::addon::PVRRecording& recording)
{
}
PVR_ERROR CMyInstance::SetRecordingPlayCount(const kodi::addon::PVRRecording& recording, int count)
{
}
PVR_ERROR CMyInstance::SetRecordingLastPlayedPosition(const kodi::addon::PVRRecording& recording, int lastplayedposition)
{
}
PVR_ERROR CMyInstance::GetRecordingLastPlayedPosition(const kodi::addon::PVRRecording& recording, int& position)
{
}
PVR_ERROR CMyInstance::GetRecordingEdl(const kodi::addon::PVRRecording& recording, std::vector<kodi::addon::PVREDLEntry>& edl)
{
}
PVR_ERROR CMyInstance::GetRecordingSize(const kodi::addon::PVRRecording& recording, int64_t& size)
{
}
PVR_ERROR CMyInstance::GetRecordingStreamProperties(const kodi::addon::PVRRecording& recording, std::vector<kodi::addon::PVRStreamProperty>& properties)
{
}
PVR_ERROR CMyInstance::CallRecordingMenuHook(const kodi::addon::PVRMenuhook& menuhook, const kodi::addon::PVRRecording& item)
{
}
Definition: MenuHook.h:46
Definition: Recordings.h:39
Definition: Recordings.h:512
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