![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
custom property : type, value More...
#include <PVRCustomProperty.h>
Public Member Functions | |
CustomProperty ()=default | |
CustomProperty (PVR_SETTING_TYPE t, const CVariant &v) | |
bool | operator== (const CustomProperty &right) const =default |
Public Attributes | |
PVR_SETTING_TYPE | type {PVR_SETTING_TYPE::INTEGER} |
CVariant | value {static_cast<int>(0)} |
custom property : type, value
|
default |
|
inline |
|
default |
PVR_SETTING_TYPE PVR::CustomProperty::type {PVR_SETTING_TYPE::INTEGER} |