Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
std::string | kodi::addon::PVRChannelGroup::GetGroupName () const |
To get with SetGroupName changed values. | |
void | kodi::addon::PVRChannelGroup::SetIsRadio (bool isRadio) |
required true If this is a radio channel group, false otherwise. | |
bool | kodi::addon::PVRChannelGroup::GetIsRadio () const |
To get with SetIsRadio changed values. | |
void | kodi::addon::PVRChannelGroup::SetPosition (unsigned int position) |
optional Sort position of the group ( 0 indicates that the backend doesn't support sorting of groups). | |
unsigned int | kodi::addon::PVRChannelGroup::GetPosition () const |
To get with SetPosition changed values. | |
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 |
To get with SetGroupName changed values.
|
inline |
To get with SetIsRadio changed values.
|
inline |
To get with SetPosition changed values.
required
true If this is a radio channel group, false otherwise.