xbmc
|
"C" PVR add-on timer event type. More...
#include <pvr_timers.h>
Public Attributes | |
unsigned int | iId |
uint64_t | iAttributes |
char | strDescription [PVR_ADDON_TIMERTYPE_STRING_LENGTH] |
unsigned int | iPrioritiesSize |
struct PVR_ATTRIBUTE_INT_VALUE | priorities [PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE] |
int | iPrioritiesDefault |
unsigned int | iLifetimesSize |
struct PVR_ATTRIBUTE_INT_VALUE | lifetimes [PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE] |
int | iLifetimesDefault |
unsigned int | iPreventDuplicateEpisodesSize |
struct PVR_ATTRIBUTE_INT_VALUE | preventDuplicateEpisodes [PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE] |
unsigned int | iPreventDuplicateEpisodesDefault |
unsigned int | iRecordingGroupSize |
struct PVR_ATTRIBUTE_INT_VALUE | recordingGroup [PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE] |
unsigned int | iRecordingGroupDefault |
unsigned int | iMaxRecordingsSize |
struct PVR_ATTRIBUTE_INT_VALUE | maxRecordings [PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE_SMALL] |
int | iMaxRecordingsDefault |
"C" PVR add-on timer event type.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimerType for description of values.