Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | PVR_TIMER |
"C" PVR add-on timer event. More... | |
struct | PVR_TIMER_TYPE |
"C" PVR add-on timer type. More... | |
Macros | |
#define | PVR_TIMER_TYPE_NONE 0 |
Numeric PVR timer type definitions (kodi::addon::PVRTimer::SetTimerType() values). | |
#define | PVR_TIMER_NO_CLIENT_INDEX 0 |
Special kodi::addon::PVRTimer::SetClientIndex() value to indicate that a timer has not (yet) a valid client index. | |
#define | PVR_TIMER_NO_PARENT PVR_TIMER_NO_CLIENT_INDEX |
Special kodi::addon::PVRTimer::SetParentClientIndex() value to indicate that a timer has no parent. | |
#define | PVR_TIMER_NO_EPG_UID EPG_TAG_INVALID_UID |
Special kodi::addon::PVRTimer::SetEPGUid() value to indicate that a timer has no EPG event uid. | |
#define | PVR_TIMER_ANY_CHANNEL -1 |
Special kodi::addon::PVRTimer::SetClientChannelUid() value to indicate "any channel". Useful for some repeating timer types. | |
#define | PVR_TIMER_VALUE_NOT_AVAILABLE -1 |
Value where set in background to inform that related part not used. | |
Typedefs | |
typedef enum PVR_TIMER_TYPES | PVR_TIMER_TYPES |
typedef enum PVR_WEEKDAYS | PVR_WEEKDAY |
typedef enum PVR_TIMER_STATE | PVR_TIMER_STATE |
typedef struct PVR_TIMER | PVR_TIMER |
"C" PVR add-on timer event. | |
typedef struct PVR_TIMER_TYPE | PVR_TIMER_TYPE |
"C" PVR add-on timer type. | |
typedef struct PVR_TIMER PVR_TIMER |
"C" PVR add-on timer event.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimer for description of values.
typedef struct PVR_TIMER_TYPE PVR_TIMER_TYPE |
"C" PVR add-on timer type.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimerType for description of values.