Package com.banuba.sdk.effect_player
Class EffectPlayerConfiguration.CppProxy
- java.lang.Object
-
- com.banuba.sdk.effect_player.EffectPlayerConfiguration.CppProxy
-
- All Implemented Interfaces:
EffectPlayerConfiguration
- Enclosing interface:
- EffectPlayerConfiguration
public static final class EffectPlayerConfiguration.CppProxy extends java.lang.Object implements EffectPlayerConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.effect_player.EffectPlayerConfiguration
EffectPlayerConfiguration.CppProxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
static EffectPlayerConfiguration
create(int fxWidth, int fxHeight)
protected void
finalize()
void
setAudioEnabled(boolean enabled)
Init audio device.
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
setAudioEnabled
public void setAudioEnabled(boolean enabled)
Description copied from interface:EffectPlayerConfiguration
Init audio device.- Specified by:
setAudioEnabled
in interfaceEffectPlayerConfiguration
-
create
@Nullable public static EffectPlayerConfiguration create(int fxWidth, int fxHeight)
- Parameters:
fxWidth
- Width of effect rendering areafxHeight
- Height of effect rendering area
-
-