Enum AUTypeEffect

java.lang.Object
java.lang.Enum<AUTypeEffect>
org.robovm.apple.audiotoolbox.AUTypeEffect
All Implemented Interfaces:
Serializable, Comparable<AUTypeEffect>, AUSubType, ValuedEnum

public enum AUTypeEffect
extends Enum<AUTypeEffect>
implements AUSubType
  • Enum Constant Details

    • PeakLimiter

      public static final AUTypeEffect PeakLimiter
    • DynamicsProcessor

      public static final AUTypeEffect DynamicsProcessor
    • LowPassFilter

      public static final AUTypeEffect LowPassFilter
    • HighPassFilter

      public static final AUTypeEffect HighPassFilter
    • BandPassFilter

      public static final AUTypeEffect BandPassFilter
    • HighShelfFilter

      public static final AUTypeEffect HighShelfFilter
    • LowShelfFilter

      public static final AUTypeEffect LowShelfFilter
    • ParametricEQ

      public static final AUTypeEffect ParametricEQ
    • Distortion

      public static final AUTypeEffect Distortion
    • Delay

      public static final AUTypeEffect Delay
    • SampleDelay

      public static final AUTypeEffect SampleDelay
    • NBandEQ

      public static final AUTypeEffect NBandEQ
    • Reverb2

      public static final AUTypeEffect Reverb2
    • AUiPodEQ

      @Deprecated public static final AUTypeEffect AUiPodEQ
      Deprecated.
      Deprecated in iOS 13.0. Use kAudioUnitSubType_GraphicEQ
  • Method Details

    • values

      public static AUTypeEffect[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AUTypeEffect valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static AUTypeEffect valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null