PVR add-on channel group member
To define the content of kodi::addon::CInstancePVRClient::GetChannelGroups() given groups.
This content becomes then requested with kodi::addon::CInstancePVRClient::GetChannelGroupMembers().
The following table contains values that can be set with class PVRChannelGroupMember :
◆ SetGroupName()
void SetGroupName |
( |
const std::string & |
groupName | ) |
|
|
inline |
required
Name of the channel group to add the channel to.
◆ GetGroupName()
std::string GetGroupName |
( |
| ) |
const |
|
inline |
◆ SetChannelUniqueId()
void SetChannelUniqueId |
( |
unsigned int |
channelUniqueId | ) |
|
|
inline |
required
Unique id of the member.
◆ GetChannelUniqueId()
unsigned int GetChannelUniqueId |
( |
| ) |
const |
|
inline |
◆ SetChannelNumber()
void SetChannelNumber |
( |
unsigned int |
channelNumber | ) |
|
|
inline |
optional
Channel number within the group.
◆ GetChannelNumber()
unsigned int GetChannelNumber |
( |
| ) |
const |
|
inline |
◆ SetSubChannelNumber()
void SetSubChannelNumber |
( |
unsigned int |
subChannelNumber | ) |
|
|
inline |
optional
Sub channel number within the group (ATSC).
◆ GetSubChannelNumber()
unsigned int GetSubChannelNumber |
( |
| ) |
const |
|
inline |
◆ SetOrder()
void SetOrder |
( |
bool |
order | ) |
|
|
inline |
optional
The value denoting the order of this channel in the 'All channels' group.
◆ GetOrder()