xbmc
|
"C" PVR add-on timer event. More...
#include <pvr_timers.h>
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] |
"C" PVR add-on timer event.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimer for description of values.