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 ConstantDescriptionDreamy female singing, dreamlike and soft female voice that is suitable for airy and dream-like songs.Big sister, deep and charming female voice.Fresh male, refreshing and sweet male voice.Gentle female singing, soft and delicate female voice that is suitable for female lyrical songs.Smoky uncle singing, unique husky male voice that is suitable for rock or blues songs.Uncle, deep and magnetic male voice.Forceful male singing, strong and powerful male voice that is suitable for passionate songs.Lolita, high-pitched and cute female voice.Warm big sister singing, warm and mature female voice that is suitable for emotionally powerful songs.Warm man singing, warm and melodic male voice that is suitable for male lyrical songs. -
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
Uncle, deep and magnetic male voice. -
VOICE_AI_TUNER_FRESH_MALE
Fresh male, refreshing and sweet male voice. -
VOICE_AI_TUNER_ELEGANT_FEMALE
Big sister, deep and charming female voice. -
VOICE_AI_TUNER_SWEET_FEMALE
Lolita, high-pitched and cute female voice. -
VOICE_AI_TUNER_WARM_MALE_SINGING
Warm man singing, warm and melodic male voice that is suitable for male lyrical songs. -
VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
Gentle female singing, soft and delicate female voice that is suitable for female lyrical songs. -
VOICE_AI_TUNER_HUSKY_MALE_SINGING
Smoky uncle singing, unique husky male voice that is suitable for rock or blues songs. -
VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
Warm big sister singing, warm and mature female voice that is suitable for emotionally powerful songs. -
VOICE_AI_TUNER_POWERFUL_MALE_SINGING
Forceful male singing, strong and powerful male voice that is suitable for passionate songs. -
VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
Dreamy female singing, dreamlike and soft female voice that is suitable for airy and dream-like songs.
-
-
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
-