Class AutoTuneOutput

java.lang.Object
com.banuba.sdk.neuro_beauty.AutoTuneOutput

public final class AutoTuneOutput
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AutoTuneOutput​(float brightness, float contrast)  
  • Method Summary

    Modifier and Type Method Description
    float getBrightness()  
    float getContrast()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AutoTuneOutput

      public AutoTuneOutput​(float brightness, float contrast)
  • Method Details

    • getBrightness

      public float getBrightness()
    • getContrast

      public float getContrast()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object