Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

PVR context menu hook categories
Possible menu types given to Kodi with kodi::addon::CInstancePVRClient::AddMenuHook(). More...

Typedefs

typedef enum PVR_MENUHOOK_CAT PVR_MENUHOOK_CAT
 

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
}
 

Detailed Description

PVR context menu hook categories
Possible menu types given to Kodi with kodi::addon::CInstancePVRClient::AddMenuHook().

Typedef Documentation

◆ PVR_MENUHOOK_CAT

Enumeration Type Documentation

◆ PVR_MENUHOOK_CAT

Enumerator
PVR_MENUHOOK_UNKNOWN 

-1 : Unknown menu hook.

PVR_MENUHOOK_ALL 

0 : All categories.

PVR_MENUHOOK_CHANNEL 

1 : For channels.

PVR_MENUHOOK_TIMER 

2 : For timers.

PVR_MENUHOOK_EPG 

3 : For EPG.

PVR_MENUHOOK_RECORDING 

4 : For recordings.

PVR_MENUHOOK_DELETED_RECORDING 

5 : For deleted recordings.

PVR_MENUHOOK_SETTING 

6 : For settings.