
Kodi features powerful Live TV and video recording (DVR/PVR) abilities using a very flexible distributed application structure.

This includes functions that are used in the PVR inputstream.Ĭlass: kodi::addon::CInstancePVRClient PVR client add-on instance Used to notify the pvr addon for power management events To transfer available recordings of the PVR backend and to allow possible playback.įor editing and displaying timed work, such as video recording. These C ++ class functions of are intended for processing EPG information and for giving it to Kodi. The support of this is a pure option and not mandatory. This is used to divide available addon channels into groups, which can then be selected by the user.īring in this functions if you have set supportsChannelSettings to true or for OpenDialogChannelScan() set supportsChannelScan to true These are mandatory functions for using this addon to get the available channels.īring in this functions if you have set supportsChannelGroups to true GetCapabilities to know supported groups at this addon or the others to get information about the source of the PVR stream.įunctions to get available TV or Radio channels

PVR client add-on instance definition valuesĪll PVR functions associated data structures.įunctions to manage the addon and get basic information about it Class: kodi::addon::CInstancePVRClient PVR client add-on instance More.
