Package com.banuba.sdk.effect_player
Interface EffectPlayerConfiguration
-
- All Known Implementing Classes:
EffectPlayerConfiguration.CppProxy
public interface EffectPlayerConfiguration
Configuration for EffectPlayer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EffectPlayerConfiguration.CppProxy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EffectPlayerConfiguration
create(int fxWidth, int fxHeight)
void
setAudioEnabled(boolean enabled)
Init audio device.
-
-
-
Method Detail
-
setAudioEnabled
void setAudioEnabled(boolean enabled)
Init audio device.
-
create
@Nullable static EffectPlayerConfiguration create(int fxWidth, int fxHeight)
- Parameters:
fxWidth
- Width of effect rendering areafxHeight
- Height of effect rendering area
-
-