|
Kodi Docs 20.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 |
| char | strTitle [PVR_ADDON_NAME_STRING_LENGTH] |
| char | strEpgSearchString [PVR_ADDON_NAME_STRING_LENGTH] |
| bool | bFullTextEpgSearch |
| char | strDirectory [PVR_ADDON_URL_STRING_LENGTH] |
| char | strSummary [PVR_ADDON_DESC_STRING_LENGTH] |
| 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 |
| char | strSeriesLink [PVR_ADDON_URL_STRING_LENGTH] |
"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 |
| time_t PVR_TIMER::endTime |
| time_t PVR_TIMER::firstDay |
| int PVR_TIMER::iClientChannelUid |
| unsigned int PVR_TIMER::iClientIndex |
| 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 |
| char PVR_TIMER::strDirectory[PVR_ADDON_URL_STRING_LENGTH] |
| char PVR_TIMER::strEpgSearchString[PVR_ADDON_NAME_STRING_LENGTH] |
| char PVR_TIMER::strSeriesLink[PVR_ADDON_URL_STRING_LENGTH] |
| char PVR_TIMER::strSummary[PVR_ADDON_DESC_STRING_LENGTH] |
| char PVR_TIMER::strTitle[PVR_ADDON_NAME_STRING_LENGTH] |