xbmc
Public Attributes | List of all members
PVR_TIMER Struct Reference

"C" PVR add-on timer event. More...

#include <pvr_timers.h>

Collaboration diagram for PVR_TIMER:
Collaboration graph
[legend]

Public Attributes

unsigned int iClientIndex
 
unsigned int iParentClientIndex
 
int iClientChannelUid
 
time_t startTime
 
time_t endTime
 
bool bStartAnyTime
 
bool bEndAnyTime
 
enum PVR_TIMER_STATE state
 
unsigned int iTimerType
 
char strTitle [PVR_ADDON_NAME_STRING_LENGTH]
 
char strEpgSearchString [PVR_ADDON_NAME_STRING_LENGTH]
 
bool bFullTextEpgSearch
 
char strDirectory [PVR_ADDON_URL_STRING_LENGTH]
 
char strSummary [PVR_ADDON_DESC_STRING_LENGTH]
 
int iPriority
 
int iLifetime
 
int iMaxRecordings
 
unsigned int iRecordingGroup
 
time_t firstDay
 
unsigned int iWeekdays
 
unsigned int iPreventDuplicateEpisodes
 
unsigned int iEpgUid
 
unsigned int iMarginStart
 
unsigned int iMarginEnd
 
int iGenreType
 
int iGenreSubType
 
char strSeriesLink [PVR_ADDON_URL_STRING_LENGTH]
 

Detailed Description

"C" PVR add-on timer event.

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

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


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