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

"C" PVR add-on channel group. More...

#include <pvr_channel_groups.h>

Public Attributes

char strGroupName [PVR_ADDON_NAME_STRING_LENGTH]
 
bool bIsRadio
 
unsigned int iPosition
 

Detailed Description

"C" PVR add-on channel group.

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

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

Member Data Documentation

◆ bIsRadio

bool PVR_CHANNEL_GROUP::bIsRadio

◆ iPosition

unsigned int PVR_CHANNEL_GROUP::iPosition

◆ strGroupName

char PVR_CHANNEL_GROUP::strGroupName[PVR_ADDON_NAME_STRING_LENGTH]

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