Inherits DynamicCStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER >.
Public Member Functions | |
unsigned int | GetChannelNumber () const |
To get with SetChannelNumber changed values. | |
unsigned int | GetChannelUniqueId () const |
To get with SetChannelUniqueId changed values. | |
std::string | GetGroupName () const |
To get with SetGroupName changed values. | |
bool | GetOrder () const |
To get with SetOrder changed values. | |
unsigned int | GetSubChannelNumber () const |
To get with SetSubChannelNumber changed values. | |
void | SetChannelNumber (unsigned int channelNumber) |
optional Channel number within the group. | |
void | SetChannelUniqueId (unsigned int channelUniqueId) |
required Unique id of the member. | |
void | SetGroupName (const std::string &groupName) |
required Name of the channel group to add the channel to. | |
void | SetOrder (bool order) |
optional The value denoting the order of this channel in the 'All channels' group. | |
void | SetSubChannelNumber (unsigned int subChannelNumber) |
optional Sub channel number within the group (ATSC). | |
Public Member Functions inherited from DynamicCStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER > | |
DynamicCStructHdl (const DynamicCStructHdl &cppClass) | |
DynamicCStructHdl (const PVR_CHANNEL_GROUP_MEMBER *cStructure) | |
DynamicCStructHdl (PVR_CHANNEL_GROUP_MEMBER *cStructure) | |
const PVR_CHANNEL_GROUP_MEMBER * | GetCStructure () const |
operator const PVR_CHANNEL_GROUP_MEMBER * () const | |
operator PVR_CHANNEL_GROUP_MEMBER * () | |
const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
const DynamicCStructHdl & | operator= (const PVR_CHANNEL_GROUP_MEMBER &right) |
PVR_CHANNEL_GROUP_MEMBER * | release () |
Static Public Member Functions | |
static void | AllocResources (const PVR_CHANNEL_GROUP_MEMBER *source, PVR_CHANNEL_GROUP_MEMBER *target) |
static void | FreeResources (PVR_CHANNEL_GROUP_MEMBER *target) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from DynamicCStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER > | |
PVR_CHANNEL_GROUP_MEMBER * | m_cStructure |