xbmc
Public Attributes | List of all members
PVR_TIMER_TYPE Struct Reference

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

#include <pvr_timers.h>

Collaboration diagram for PVR_TIMER_TYPE:
Collaboration graph
[legend]

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
 

Detailed Description

"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.


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