Package com.banuba.sdk.effect_player
Interface EffectPlayerConfiguration
- All Known Implementing Classes:
EffectPlayerConfiguration.CppProxy
public interface EffectPlayerConfiguration
Configuration for EffectPlayer
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EffectPlayerConfiguration
create
(int fxWidth, int fxHeight) void
setAudioEnabled
(boolean enabled) Init audio device.
-
Method Details
-
setAudioEnabled
void setAudioEnabled(boolean enabled) Init audio device. -
create
- Parameters:
fxWidth
- Width of effect rendering areafxHeight
- Height of effect rendering area
-