Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
PVR_TIMER

"C" PVR add-on timer event. More...

Detailed Description

"C" PVR add-on timer event.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRTimer for description of values.

Public Attributes

bool bEndAnyTime
 
bool bFullTextEpgSearch
 
bool bStartAnyTime
 
struct PVR_SETTING_KEY_VALUE_PAIRcustomProps
 
time_t endTime
 
time_t firstDay
 
int iClientChannelUid
 
unsigned int iClientIndex
 
unsigned int iCustomPropsSize
 
unsigned int iEpgUid
 
int iGenreSubType
 
int iGenreType
 
int iLifetime
 
unsigned int iMarginEnd
 
unsigned int iMarginStart
 
int iMaxRecordings
 
unsigned int iParentClientIndex
 
unsigned int iPreventDuplicateEpisodes
 
int iPriority
 
unsigned int iRecordingGroup
 
unsigned int iTimerType
 
unsigned int iWeekdays
 
time_t startTime
 
enum PVR_TIMER_STATE state
 
const char * strDirectory
 
const char * strEpgSearchString
 
const char * strSeriesLink
 
const char * strSummary
 
const char * strTitle
 

Member Data Documentation

◆ iClientIndex

unsigned int iClientIndex

◆ iParentClientIndex

unsigned int iParentClientIndex

◆ iClientChannelUid

int iClientChannelUid

◆ startTime

time_t startTime

◆ endTime

time_t endTime

◆ bStartAnyTime

bool bStartAnyTime

◆ bEndAnyTime

bool bEndAnyTime

◆ state

enum PVR_TIMER_STATE state

◆ iTimerType

unsigned int iTimerType

◆ strTitle

const char* strTitle

◆ strEpgSearchString

const char* strEpgSearchString

◆ bFullTextEpgSearch

bool bFullTextEpgSearch

◆ strDirectory

const char* strDirectory

◆ strSummary

const char* strSummary

◆ iPriority

int iPriority

◆ iLifetime

int iLifetime

◆ iMaxRecordings

int iMaxRecordings

◆ iRecordingGroup

unsigned int iRecordingGroup

◆ firstDay

time_t firstDay

◆ iWeekdays

unsigned int iWeekdays

◆ iPreventDuplicateEpisodes

unsigned int iPreventDuplicateEpisodes

◆ iEpgUid

unsigned int iEpgUid

◆ iMarginStart

unsigned int iMarginStart

◆ iMarginEnd

unsigned int iMarginEnd

◆ iGenreType

int iGenreType

◆ iGenreSubType

int iGenreSubType

◆ strSeriesLink

const char* strSeriesLink

◆ iCustomPropsSize

unsigned int iCustomPropsSize

◆ customProps

struct PVR_SETTING_KEY_VALUE_PAIR* customProps

The documentation for this struct was generated from the following file: