Interface EffectPlayerConfiguration

All Known Implementing Classes:
EffectPlayerConfiguration.CppProxy

public interface EffectPlayerConfiguration
Configuration for EffectPlayer
  • Method Details

    • setAudioEnabled

      void setAudioEnabled(boolean enabled)
      Init audio device.
    • create

      @Nullable static EffectPlayerConfiguration create(int fxWidth, int fxHeight)
      Parameters:
      fxWidth - Width of effect rendering area
      fxHeight - Height of effect rendering area