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

"C" Representation of an integer setting definition. More...

#include <pvr_general.h>

Public Attributes

unsigned int iValuesSize
 
struct PVR_ATTRIBUTE_INT_VALUEvalues
 
int iDefaultValue
 
int iMinValue
 
int iStep
 
int iMaxValue
 

Detailed Description

"C" Representation of an integer setting definition.

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

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

Member Data Documentation

◆ iDefaultValue

int PVR_INT_SETTING_DEFINITION::iDefaultValue

◆ iMaxValue

int PVR_INT_SETTING_DEFINITION::iMaxValue

◆ iMinValue

int PVR_INT_SETTING_DEFINITION::iMinValue

◆ iStep

int PVR_INT_SETTING_DEFINITION::iStep

◆ iValuesSize

unsigned int PVR_INT_SETTING_DEFINITION::iValuesSize

◆ values

struct PVR_ATTRIBUTE_INT_VALUE* PVR_INT_SETTING_DEFINITION::values

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