Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
pvr_channel_groups.h File Reference
#include "pvr_defines.h"
#include <stdbool.h>

Classes

struct  PVR_CHANNEL_GROUP
 "C" PVR add-on channel group. More...
 
struct  PVR_CHANNEL_GROUP_MEMBER
 "C" PVR add-on channel group member. More...
 

Typedefs

typedef struct PVR_CHANNEL_GROUP PVR_CHANNEL_GROUP
 "C" PVR add-on channel group.
 
typedef struct PVR_CHANNEL_GROUP_MEMBER PVR_CHANNEL_GROUP_MEMBER
 "C" PVR add-on channel group member.
 

Typedef Documentation

◆ PVR_CHANNEL_GROUP

typedef struct PVR_CHANNEL_GROUP PVR_CHANNEL_GROUP

"C" PVR add-on channel group.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRChannelGroup for description of values.

◆ PVR_CHANNEL_GROUP_MEMBER

typedef struct PVR_CHANNEL_GROUP_MEMBER PVR_CHANNEL_GROUP_MEMBER

"C" PVR add-on channel group member.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRChannelGroupMember for description of values.