5 #include <nx/kit/ini_config.h> 6 #include <nx/sdk/analytics/helpers/pixel_format.h> 9 namespace vms_server_plugins {
12 namespace special_objects {
18 NX_INI_FLAG(0, enableOutput,
"");
20 NX_INI_FLAG(0, deviceDependent,
"Respective capability in the manifest.");
22 NX_INI_STRING(
"http://internal.server/addPerson?trackId=", addPersonActionUrlPrefix,
23 "Prefix for the URL returned by addPerson action; track id will be appended to this " 26 NX_INI_FLAG(0, keepObjectBoundingBoxRotation,
27 "If set, Engine will declare the corresponding capability in the manifest.");
Definition: ini_config.h:77
static TestIni & ini()
Definition: ini_config_ut.cpp:69
Definition: stub_analytics_plugin_special_objects_ini.h:14
Definition: apple_utils.h:6
IniConfig(const char *iniFile)
Definition: ini_config.cpp:534
void reload()
Definition: ini_config.cpp:582