|
Kodi Docs 20.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 event type. More... | |
Macros | |
| #define | PVR_TIMER_TYPE_NONE 0 |
| Numeric PVR timer type definitions (kodi::addon::PVRTimer::SetTimerType() values). More... | |
| #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. More... | |
| #define | PVR_TIMER_NO_PARENT PVR_TIMER_NO_CLIENT_INDEX |
| Special kodi::addon::PVRTimer::SetParentClientIndex() value to indicate that a timer has no parent. More... | |
| #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. More... | |
| #define | PVR_TIMER_ANY_CHANNEL -1 |
| Special kodi::addon::PVRTimer::SetClientChannelUid() value to indicate "any channel". Useful for some repeating timer types. More... | |
| #define | PVR_TIMER_VALUE_NOT_AVAILABLE -1 |
| Value where set in background to inform that related part not used. More... | |
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. More... | |
| typedef struct PVR_TIMER_TYPE | PVR_TIMER_TYPE |
| "C" PVR add-on timer event type. More... | |
"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 event type.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimerType for description of values.