Package com.banuba.sdk.effect_player
Interface ReloadResult
- All Known Implementing Classes:
ReloadResult.CppProxy
public interface ReloadResult
Returned by `effect_manager.reload_config`.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
effect
Effect with updated config applied. Depending on changes it may be the effect already loaded or a new one. -
hotReload
boolean hotReload()In case it was possible to apply the new config on the same effect, this flag will be `true`.
-