Home
last modified time | relevance | path

Searched defs:PVRChannelGroupMember (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRChannelGroup.h36 struct PVRChannelGroupMember struct
40 PVRChannelGroupMember(const std::shared_ptr<CPVRChannel>& _channel, in PVRChannelGroupMember() function
53 std::shared_ptr<CPVRChannel> channel;
54 CPVRChannelNumber channelNumber; // the channel number this channel has in the group
55 … CPVRChannelNumber clientChannelNumber; // the client channel number this channel has in the group
56 int iClientPriority = 0;
57 int iOrder = 0; // The value denoting the order of this member in the group
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/pvr/
H A DChannelGroups.h154 PVRChannelGroupMember() { memset(m_cStructure, 0, sizeof(PVR_CHANNEL_GROUP_MEMBER)); } in PVRChannelGroupMember() function
155 PVRChannelGroupMember(const PVRChannelGroupMember& channel) : CStructHdl(channel) {} in PVRChannelGroupMember() function
224 PVRChannelGroupMember(const PVR_CHANNEL_GROUP_MEMBER* channel) : CStructHdl(channel) {} in PVRChannelGroupMember() function
225 PVRChannelGroupMember(PVR_CHANNEL_GROUP_MEMBER* channel) : CStructHdl(channel) {} in PVRChannelGroupMember() function