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

"C" Representation of a string setting definition. More...

#include <pvr_general.h>

Public Attributes

unsigned int iValuesSize
 
struct PVR_ATTRIBUTE_STRING_VALUEvalues
 
const char * strDefaultValue
 
bool bAllowEmptyValue
 

Detailed Description

"C" Representation of a string setting definition.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRStringSettingDefinition for description of values.

Member Data Documentation

◆ bAllowEmptyValue

bool PVR_STRING_SETTING_DEFINITION::bAllowEmptyValue

◆ iValuesSize

unsigned int PVR_STRING_SETTING_DEFINITION::iValuesSize

◆ strDefaultValue

const char* PVR_STRING_SETTING_DEFINITION::strDefaultValue

◆ values

struct PVR_ATTRIBUTE_STRING_VALUE* PVR_STRING_SETTING_DEFINITION::values

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