Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR_SETTING_KEY_VALUE_PAIR Struct Reference

"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
 

Detailed Description

"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.

Member Data Documentation

◆ eType

enum PVR_SETTING_TYPE PVR_SETTING_KEY_VALUE_PAIR::eType

◆ iKey

unsigned int PVR_SETTING_KEY_VALUE_PAIR::iKey

◆ iValue

int PVR_SETTING_KEY_VALUE_PAIR::iValue

◆ strValue

const char* PVR_SETTING_KEY_VALUE_PAIR::strValue

The documentation for this struct was generated from the following file: