![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
"C" Representation of a string setting definition. More...
#include <pvr_general.h>
Public Attributes | |
unsigned int | iValuesSize |
struct PVR_ATTRIBUTE_STRING_VALUE * | values |
const char * | strDefaultValue |
bool | bAllowEmptyValue |
"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.
bool PVR_STRING_SETTING_DEFINITION::bAllowEmptyValue |
unsigned int PVR_STRING_SETTING_DEFINITION::iValuesSize |
const char* PVR_STRING_SETTING_DEFINITION::strDefaultValue |
struct PVR_ATTRIBUTE_STRING_VALUE* PVR_STRING_SETTING_DEFINITION::values |