![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
PVR add-on channel group
To define a group for channels, this becomes be asked from kodi::addon::CInstancePVRClient::GetChannelGroups() and used on kodi::addon::CInstancePVRClient::GetChannelGroupMembers() to get his content with PVRChannelGroupMember.
More...
Topics | |
Value Help | |
class PVRChannelGroupsResultSet | |
PVR add-on channel group member transfer class To transfer the content of kodi::addon::CInstancePVRClient::GetChannelGroups(). | |
Classes | |
class | kodi::addon::PVRChannelGroup |
Functions | |
void | kodi::addon::PVRChannelGroup::SetGroupName (const std::string &groupName) |
required Name of this channel group. | |
PVR add-on channel group
To define a group for channels, this becomes be asked from kodi::addon::CInstancePVRClient::GetChannelGroups() and used on kodi::addon::CInstancePVRClient::GetChannelGroupMembers() to get his content with PVRChannelGroupMember.
The following table contains values that can be set with class PVRChannelGroup :
Name | Type | Set call | Get call | Usage |
---|---|---|---|---|
Group name | std::string | SetGroupName | GetGroupName | required to set |
Is radio | bool | SetIsRadio | GetIsRadio | required to set |
Position | unsigned int | SetPosition | GetPosition | optional |
|
inline |
required
Name of this channel group.