Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

PVR add-on timer data
Used to exchange the available timer data between Kodi and addon on Timers methods in PVR instance class. More...

Topics

 class PVRTimer
 PVR add-on timer type
Representation of a timer event.
 
 class PVRTimerType
 PVR add-on timer type
To define the content of kodi::addon::CInstancePVRClient::GetTimerTypes() given groups.
 
 definition PVR_TIMER (various)
 PVR timer various different definitions
This mostly used on kodi::addon::PVRTimer to define default or not available.
 
 enum PVR_TIMER_TYPES
 PVR timer type attributes (kodi::addon::PVRTimerType::SetAttributes() values).
To defines the attributes for a type. These values are bit fields that can be used together.
 
 enum PVR_WEEKDAY
 PVR timer weekdays (kodi::addon::PVRTimer::SetWeekdays() values)
Used to select the days of a week you want.
 
 enum PVR_TIMER_STATE
 PVR timer states
To set within kodi::addon::PVRTimer the needed state about.
 

Detailed Description

PVR add-on timer data
Used to exchange the available timer data between Kodi and addon on Timers methods in PVR instance class.