Banuba SDK
|
Returned by effect_manager.reload_config
.
More...
#include <reload_result.hpp>
Public Member Functions | |
virtual std::shared_ptr<::bnb::interfaces::effect > | effect ()=0 |
Effect with updated config applied. More... | |
virtual bool | hot_reload ()=0 |
In case it was possible to apply the new config on the same effect, this flag will be true . | |
Returned by effect_manager.reload_config
.
Definition at line 18 of file reload_result.hpp.
|
pure virtual |
Effect with updated config applied.
Depending on changes it may be the effect already loaded or a new one.