|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
"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 |
| const char * | strTitle |
| const char * | strEpgSearchString |
| bool | bFullTextEpgSearch |
| const char * | strDirectory |
| const char * | strSummary |
| 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 |
| const char * | strSeriesLink |
| unsigned int | iCustomPropsSize |
| struct PVR_SETTING_KEY_VALUE_PAIR * | customProps |
"C" PVR add-on timer event.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimer for description of values.
| bool PVR_TIMER::bEndAnyTime |
| bool PVR_TIMER::bFullTextEpgSearch |
| bool PVR_TIMER::bStartAnyTime |
| struct PVR_SETTING_KEY_VALUE_PAIR* PVR_TIMER::customProps |
| time_t PVR_TIMER::endTime |
| time_t PVR_TIMER::firstDay |
| int PVR_TIMER::iClientChannelUid |
| unsigned int PVR_TIMER::iClientIndex |
| unsigned int PVR_TIMER::iCustomPropsSize |
| unsigned int PVR_TIMER::iEpgUid |
| int PVR_TIMER::iGenreSubType |
| int PVR_TIMER::iGenreType |
| int PVR_TIMER::iLifetime |
| unsigned int PVR_TIMER::iMarginEnd |
| unsigned int PVR_TIMER::iMarginStart |
| int PVR_TIMER::iMaxRecordings |
| unsigned int PVR_TIMER::iParentClientIndex |
| unsigned int PVR_TIMER::iPreventDuplicateEpisodes |
| int PVR_TIMER::iPriority |
| unsigned int PVR_TIMER::iRecordingGroup |
| unsigned int PVR_TIMER::iTimerType |
| unsigned int PVR_TIMER::iWeekdays |
| time_t PVR_TIMER::startTime |
| enum PVR_TIMER_STATE PVR_TIMER::state |
| const char* PVR_TIMER::strDirectory |
| const char* PVR_TIMER::strEpgSearchString |
| const char* PVR_TIMER::strSeriesLink |
| const char* PVR_TIMER::strSummary |
| const char* PVR_TIMER::strTitle |