Package io.agora.rtc2
Enum Class Constants.VOICE_AI_TUNER_TYPE
- All Implemented Interfaces:
Serializable,Comparable<Constants.VOICE_AI_TUNER_TYPE>,Constable
- Enclosing class:
- Constants
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription9: Dreamy female singing.2: Elegant female voice.1: Fresh male voice.5: Gentle female singing.6: Husky male singing.0: Mature male voice.8: Powerful male singing.3: Sweet female voice.7: Warm elegant female singing.4: Warm male singing. -
Method Summary
Modifier and TypeMethodDescriptionfromInt(int v) intgetValue()Returns the enum constant of this class with the specified name.static Constants.VOICE_AI_TUNER_TYPE[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
VOICE_AI_TUNER_MATURE_MALE
0: Mature male voice. A deep and magnetic male voice. -
VOICE_AI_TUNER_FRESH_MALE
1: Fresh male voice. A fresh and slightly sweet male voice. -
VOICE_AI_TUNER_ELEGANT_FEMALE
2: Elegant female voice. A deep and charming female voice. -
VOICE_AI_TUNER_SWEET_FEMALE
3: Sweet female voice. A high-pitched and cute female voice. -
VOICE_AI_TUNER_WARM_MALE_SINGING
4: Warm male singing. A warm and melodious male voice. -
VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
5: Gentle female singing. A soft and delicate female voice. -
VOICE_AI_TUNER_HUSKY_MALE_SINGING
6: Husky male singing. A unique husky male voice. -
VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
7: Warm elegant female singing. A warm and mature female voice. -
VOICE_AI_TUNER_POWERFUL_MALE_SINGING
8: Powerful male singing. A strong and powerful male voice. -
VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
9: Dreamy female singing. A dreamy and soft female voice.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
fromInt
-