| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
"C" PVR add-on channel group member. More...
#include <pvr_epg.h>
Public Attributes | |
| unsigned int | iUniqueBroadcastId | 
| unsigned int | iUniqueChannelId | 
| const char * | strTitle | 
| const char * | strTitleExtraInfo | 
| int | iSeriesNumber | 
| int | iEpisodeNumber | 
| int | iEpisodePartNumber | 
| const char * | strEpisodeName | 
| time_t | startTime | 
| time_t | endTime | 
| const char * | strPlotOutline | 
| const char * | strPlot | 
| const char * | strOriginalTitle | 
| const char * | strCast | 
| const char * | strDirector | 
| const char * | strWriter | 
| int | iYear | 
| const char * | strIMDBNumber | 
| const char * | strIconPath | 
| int | iGenreType | 
| int | iGenreSubType | 
| const char * | strGenreDescription | 
| const char * | strFirstAired | 
| unsigned int | iParentalRating | 
| const char * | strParentalRatingCode | 
| const char * | strParentalRatingIcon | 
| const char * | strParentalRatingSource | 
| int | iStarRating | 
| unsigned int | iFlags | 
| const char * | strSeriesLink | 
"C" PVR add-on channel group member.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVREPGTag for description of values.
| time_t EPG_TAG::endTime | 
| int EPG_TAG::iEpisodeNumber | 
| int EPG_TAG::iEpisodePartNumber | 
| unsigned int EPG_TAG::iFlags | 
| int EPG_TAG::iGenreSubType | 
| int EPG_TAG::iGenreType | 
| unsigned int EPG_TAG::iParentalRating | 
| int EPG_TAG::iSeriesNumber | 
| int EPG_TAG::iStarRating | 
| unsigned int EPG_TAG::iUniqueBroadcastId | 
| unsigned int EPG_TAG::iUniqueChannelId | 
| int EPG_TAG::iYear | 
| time_t EPG_TAG::startTime | 
| const char* EPG_TAG::strCast | 
| const char* EPG_TAG::strDirector | 
| const char* EPG_TAG::strEpisodeName | 
| const char* EPG_TAG::strFirstAired | 
| const char* EPG_TAG::strGenreDescription | 
| const char* EPG_TAG::strIconPath | 
| const char* EPG_TAG::strIMDBNumber | 
| const char* EPG_TAG::strOriginalTitle | 
| const char* EPG_TAG::strParentalRatingCode | 
| const char* EPG_TAG::strParentalRatingIcon | 
| const char* EPG_TAG::strParentalRatingSource | 
| const char* EPG_TAG::strPlot | 
| const char* EPG_TAG::strPlotOutline | 
| const char* EPG_TAG::strSeriesLink | 
| const char* EPG_TAG::strTitle | 
| const char* EPG_TAG::strTitleExtraInfo | 
| const char* EPG_TAG::strWriter |