Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <ChannelGroups.h>

Inheritance diagram for kodi::addon::PVRChannelGroupMember:
kodi::addon::CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER >

Public Member Functions

void SetGroupName (const std::string &groupName)
 required
Name of the channel group to add the channel to.
 
std::string GetGroupName () const
 To get with SetGroupName changed values.
 
void SetChannelUniqueId (unsigned int channelUniqueId)
 required
Unique id of the member.
 
unsigned int GetChannelUniqueId () const
 To get with SetChannelUniqueId changed values.
 
void SetChannelNumber (unsigned int channelNumber)
 optional
Channel number within the group.
 
unsigned int GetChannelNumber () const
 To get with SetChannelNumber changed values.
 
void SetSubChannelNumber (unsigned int subChannelNumber)
 optional
Sub channel number within the group (ATSC).
 
unsigned int GetSubChannelNumber () const
 To get with SetSubChannelNumber changed values.
 
void SetOrder (bool order)
 optional
The value denoting the order of this channel in the 'All channels' group.
 
bool GetOrder () const
 To get with SetOrder changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER >
 CStructHdl ()
 
 CStructHdl (const PVRChannelGroupMember &cppClass)
 
 CStructHdl (const PVR_CHANNEL_GROUP_MEMBER *cStructure)
 
 CStructHdl (PVR_CHANNEL_GROUP_MEMBER *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_CHANNEL_GROUP_MEMBER &right)
 
virtual ~CStructHdl ()
 
 operator PVR_CHANNEL_GROUP_MEMBER * ()
 
 operator const PVR_CHANNEL_GROUP_MEMBER * () const
 
const PVR_CHANNEL_GROUP_MEMBERGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER >
PVR_CHANNEL_GROUP_MEMBERm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

The documentation for this class was generated from the following file: