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
Nested Classes Modifier and Type Interface Description static class
ReloadResult.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Effect
effect()
Effect with updated config applied.boolean
hotReload()
In case it was possible to apply the new config on the same effect, this flag will be `true`.
-
-
-
Method Detail
-
effect
@Nullable Effect 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`.
-
-