Kodi Development
20.0
for Binary and Script based Add-Ons
Group source include
C++
»
Interface - kodi::addon
»
Addon type instances
»
PVR
»
4. Channel edit (optional)
Source parts:
PVR_ERROR
CMyInstance::DeleteChannel(
const
kodi::addon::PVRChannel
& channel)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::RenameChannel(
const
kodi::addon::PVRChannel
& channel)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::OpenDialogChannelSettings(
const
kodi::addon::PVRChannel
& channel)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::OpenDialogChannelAdd(
const
kodi::addon::PVRChannel
& channel)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::OpenDialogChannelScan()
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::CallChannelMenuHook(
const
kodi::addon::PVRMenuhook
& menuhook,
const
kodi::addon::PVRChannel
& item)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
kodi::addon::PVRChannel
Definition:
Channels.h:39
kodi::addon::PVRMenuhook
Definition:
MenuHook.h:46
PVR_ERROR
PVR_ERROR
Definition:
pvr_general.h:35
PVR_ERROR_NOT_IMPLEMENTED
@ PVR_ERROR_NOT_IMPLEMENTED
-2 : The method that Kodi called is not implemented by the add-on.
Definition:
pvr_general.h:43
Generated by
1.9.1