|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
"C" PVR add-on timer type. More...
#include <pvr_timers.h>
Public Attributes | |
| unsigned int | iId |
| uint64_t | iAttributes |
| const char * | strDescription |
| unsigned int | iPrioritiesSize |
| struct PVR_ATTRIBUTE_INT_VALUE * | priorities |
| int | iPrioritiesDefault |
| unsigned int | iLifetimesSize |
| struct PVR_ATTRIBUTE_INT_VALUE * | lifetimes |
| int | iLifetimesDefault |
| unsigned int | iPreventDuplicateEpisodesSize |
| struct PVR_ATTRIBUTE_INT_VALUE * | preventDuplicateEpisodes |
| int | iPreventDuplicateEpisodesDefault |
| unsigned int | iRecordingGroupSize |
| struct PVR_ATTRIBUTE_INT_VALUE * | recordingGroup |
| int | iRecordingGroupDefault |
| unsigned int | iMaxRecordingsSize |
| struct PVR_ATTRIBUTE_INT_VALUE * | maxRecordings |
| int | iMaxRecordingsDefault |
| unsigned int | iCustomSettingDefsSize |
| struct PVR_SETTING_DEFINITION ** | customSettingDefs |
"C" PVR add-on timer type.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRTimerType for description of values.
| struct PVR_SETTING_DEFINITION** PVR_TIMER_TYPE::customSettingDefs |
| uint64_t PVR_TIMER_TYPE::iAttributes |
| unsigned int PVR_TIMER_TYPE::iCustomSettingDefsSize |
| unsigned int PVR_TIMER_TYPE::iId |
| int PVR_TIMER_TYPE::iLifetimesDefault |
| unsigned int PVR_TIMER_TYPE::iLifetimesSize |
| int PVR_TIMER_TYPE::iMaxRecordingsDefault |
| unsigned int PVR_TIMER_TYPE::iMaxRecordingsSize |
| int PVR_TIMER_TYPE::iPreventDuplicateEpisodesDefault |
| unsigned int PVR_TIMER_TYPE::iPreventDuplicateEpisodesSize |
| int PVR_TIMER_TYPE::iPrioritiesDefault |
| unsigned int PVR_TIMER_TYPE::iPrioritiesSize |
| int PVR_TIMER_TYPE::iRecordingGroupDefault |
| unsigned int PVR_TIMER_TYPE::iRecordingGroupSize |
| struct PVR_ATTRIBUTE_INT_VALUE* PVR_TIMER_TYPE::lifetimes |
| struct PVR_ATTRIBUTE_INT_VALUE* PVR_TIMER_TYPE::maxRecordings |
| struct PVR_ATTRIBUTE_INT_VALUE* PVR_TIMER_TYPE::preventDuplicateEpisodes |
| struct PVR_ATTRIBUTE_INT_VALUE* PVR_TIMER_TYPE::priorities |
| struct PVR_ATTRIBUTE_INT_VALUE* PVR_TIMER_TYPE::recordingGroup |
| const char* PVR_TIMER_TYPE::strDescription |