Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "pvr_defines.h"
Classes | |
struct | PVR_MENUHOOK |
"C" PVR add-on menu hook. More... | |
Typedefs | |
typedef enum PVR_MENUHOOK_CAT | PVR_MENUHOOK_CAT |
typedef struct PVR_MENUHOOK | PVR_MENUHOOK |
"C" PVR add-on menu hook. | |
Enumerations | |
enum | PVR_MENUHOOK_CAT { PVR_MENUHOOK_UNKNOWN = -1 , PVR_MENUHOOK_ALL = 0 , PVR_MENUHOOK_CHANNEL = 1 , PVR_MENUHOOK_TIMER = 2 , PVR_MENUHOOK_EPG = 3 , PVR_MENUHOOK_RECORDING = 4 , PVR_MENUHOOK_DELETED_RECORDING = 5 , PVR_MENUHOOK_SETTING = 6 } |
typedef struct PVR_MENUHOOK PVR_MENUHOOK |
"C" PVR add-on menu hook.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRMenuhook for description of values.