| 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; } |
no outgoing calls
no test coverage detected