Kodi Development
20.0
for Binary and Script based Add-Ons
Group source include
C++
»
Interface - kodi::addon
»
Addon type instances
»
PVR
»
3. Channel Groups (optional)
Source parts:
PVR_ERROR
CMyInstance::GetChannelGroupsAmount(
int
& amount)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::GetChannelGroups(
bool
radio,
kodi::addon::PVRChannelGroupsResultSet
& results)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
PVR_ERROR
CMyInstance::GetChannelGroupMembers(
const
kodi::addon::PVRChannelGroup
& group,
kodi::addon::PVRChannelGroupMembersResultSet
& results)
{
return
PVR_ERROR_NOT_IMPLEMENTED
;
}
kodi::addon::PVRChannelGroup
Definition:
ChannelGroups.h:38
kodi::addon::PVRChannelGroupMembersResultSet
Definition:
ChannelGroups.h:238
kodi::addon::PVRChannelGroupsResultSet
Definition:
ChannelGroups.h:103
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