![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
"C" Representation of a key-value pair, either {int,int} or {int,string}, depending on the type set. More...
#include <pvr_general.h>
Public Attributes | |
unsigned int | iKey |
enum PVR_SETTING_TYPE | eType |
int | iValue |
const char * | strValue |
"C" Representation of a key-value pair, either {int,int} or {int,string}, depending on the type set.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRSettingKeyValuePair for description of values.
enum PVR_SETTING_TYPE PVR_SETTING_KEY_VALUE_PAIR::eType |
unsigned int PVR_SETTING_KEY_VALUE_PAIR::iKey |
int PVR_SETTING_KEY_VALUE_PAIR::iValue |
const char* PVR_SETTING_KEY_VALUE_PAIR::strValue |