Class EffectInfo


  • public class EffectInfo
    extends java.lang.Object
    Encapsulates info about effect.
    • Constructor Summary

      Constructors 
      Constructor Description
      EffectInfo​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getPath()  
      android.graphics.Bitmap previewImage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EffectInfo

        public EffectInfo​(java.lang.String path)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        name of the effect.
      • getPath

        public java.lang.String getPath()
        Returns:
        path to effect. Pass this value to `EffectPlayer.loadEffect`
      • previewImage

        @Nullable
        public android.graphics.Bitmap previewImage()
        Returns:
        path to effect preview image.