Class Tgc

java.lang.Object
me.clarius.sdk.Tgc

public class Tgc extends Object
TGC values to send to the API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    Bottom tgc in dB.
    double
    Mid tgc in dB.
    double
    Top tgc in dB.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Tgc()
    Default constructor.
    Tgc(double top, double mid, double bottom)
    Constructor with parameters.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • top

      public double top
      Top tgc in dB. valid range is -20 to 20.

      Default: 0

    • mid

      public double mid
      Mid tgc in dB. valid range is -20 to 20.

      Default: 0

    • bottom

      public double bottom
      Bottom tgc in dB. valid range is -20 to 20.

      Default: 0

  • Constructor Details

    • Tgc

      public Tgc()
      Default constructor.
    • Tgc

      public Tgc(double top, double mid, double bottom)
      Constructor with parameters.
      Parameters:
      top - Top tgc in dB. valid range is -20 to 20.
      mid - Mid tgc in dB. valid range is -20 to 20.
      bottom - Bottom tgc in dB. valid range is -20 to 20.