Package io.agora.rtc2

Enum Class Constants.VOICE_AI_TUNER_TYPE

java.lang.Object
java.lang.Enum<Constants.VOICE_AI_TUNER_TYPE>
io.agora.rtc2.Constants.VOICE_AI_TUNER_TYPE
All Implemented Interfaces:
Serializable, Comparable<Constants.VOICE_AI_TUNER_TYPE>, Constable
Enclosing class:
Constants

public static enum Constants.VOICE_AI_TUNER_TYPE extends Enum<Constants.VOICE_AI_TUNER_TYPE>
  • Enum Constant Details

    • VOICE_AI_TUNER_MATURE_MALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_MATURE_MALE
      0: Mature male voice. A deep and magnetic male voice.
    • VOICE_AI_TUNER_FRESH_MALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_FRESH_MALE
      1: Fresh male voice. A fresh and slightly sweet male voice.
    • VOICE_AI_TUNER_ELEGANT_FEMALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_ELEGANT_FEMALE
      2: Elegant female voice. A deep and charming female voice.
    • VOICE_AI_TUNER_SWEET_FEMALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_SWEET_FEMALE
      3: Sweet female voice. A high-pitched and cute female voice.
    • VOICE_AI_TUNER_WARM_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_MALE_SINGING
      4: Warm male singing. A warm and melodious male voice.
    • VOICE_AI_TUNER_GENTLE_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
      5: Gentle female singing. A soft and delicate female voice.
    • VOICE_AI_TUNER_HUSKY_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_HUSKY_MALE_SINGING
      6: Husky male singing. A unique husky male voice.
    • VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
      7: Warm elegant female singing. A warm and mature female voice.
    • VOICE_AI_TUNER_POWERFUL_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_POWERFUL_MALE_SINGING
      8: Powerful male singing. A strong and powerful male voice.
    • VOICE_AI_TUNER_DREAMY_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
      9: Dreamy female singing. A dreamy and soft female voice.
  • Method Details

    • values

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

      public static Constants.VOICE_AI_TUNER_TYPE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • fromInt

      public static Constants.VOICE_AI_TUNER_TYPE fromInt(int v)