MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / ObsConfigType

Enum ObsConfigType

src/config.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54int Config::DetectObsNdiForce = 0;
55
56enum ObsConfigType { OBS_CONFIG_STRING, OBS_CONFIG_BOOL };
57
58std::map<std::string, enum ObsConfigType> ConfigTypeMap{
59 {PARAM_MAIN_OUTPUT_ENABLED, OBS_CONFIG_BOOL}, {PARAM_MAIN_OUTPUT_NAME, OBS_CONFIG_STRING},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected