Class EffectInfo

java.lang.Object
com.banuba.sdk.effect_player.EffectInfo

public final class EffectInfo extends Object
  • Constructor Details

    • EffectInfo

      public EffectInfo(@NonNull String url, @NonNull HashSet<FeatureId> recognizerFeatures, boolean usesAudio, boolean usesVideo, boolean usesTouches, boolean usesBgSeparation)
  • Method Details

    • getUrl

      @NonNull public String getUrl()
    • getRecognizerFeatures

      @NonNull public HashSet<FeatureId> getRecognizerFeatures()
    • getUsesAudio

      public boolean getUsesAudio()
    • getUsesVideo

      public boolean getUsesVideo()
    • getUsesTouches

      public boolean getUsesTouches()
    • getUsesBgSeparation

      public boolean getUsesBgSeparation()
    • toString

      public String toString()
      Overrides:
      toString in class Object