MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SetModifier

Method SetModifier

lib/utils/duration-modifier.hpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 void Load(obs_data_t *obj, const char *name = "time_constraint",
13 const char *duration = "seconds");
14 void SetModifier(Type type) { _type = type; }
15 void SetDuration(const Duration &duration) { _duration = duration; }
16 Type GetType() const { return _type; }
17 Duration GetDuration() const { return _duration; }

Callers 2

SetDurationModifierMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected