|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "../../AddonBase.h"#include "pvr/pvr_channel_groups.h"#include "pvr/pvr_channels.h"#include "pvr/pvr_defines.h"#include "pvr/pvr_edl.h"#include "pvr/pvr_epg.h"#include "pvr/pvr_general.h"#include "pvr/pvr_menu_hook.h"#include "pvr/pvr_providers.h"#include "pvr/pvr_recordings.h"#include "pvr/pvr_stream.h"#include "pvr/pvr_timers.h"Classes | |
| struct | AddonProperties_PVR |
| Structure to define typical standard values. More... | |
| struct | AddonToKodiFuncTable_PVR |
| Structure to transfer the methods from Kodi to addon. More... | |
| struct | KodiToAddonFuncTable_PVR |
| Structure to transfer the methods from addon to Kodi. More... | |
| struct | AddonInstance_PVR |
Typedefs | |
| typedef struct AddonProperties_PVR | AddonProperties_PVR |
| Structure to define typical standard values. | |
| typedef struct AddonToKodiFuncTable_PVR | AddonToKodiFuncTable_PVR |
| Structure to transfer the methods from Kodi to addon. | |
| typedef struct KodiToAddonFuncTable_PVR | KodiToAddonFuncTable_PVR |
| Structure to transfer the methods from addon to Kodi. | |
| typedef struct AddonInstance_PVR | AddonInstance_PVR |
| typedef struct AddonInstance_PVR AddonInstance_PVR |
| typedef struct AddonProperties_PVR AddonProperties_PVR |
Structure to define typical standard values.
| typedef struct AddonToKodiFuncTable_PVR AddonToKodiFuncTable_PVR |
Structure to transfer the methods from Kodi to addon.
| typedef struct KodiToAddonFuncTable_PVR KodiToAddonFuncTable_PVR |
Structure to transfer the methods from addon to Kodi.