public enum RCRTCVoiceBeautifierPreset extends Enum<RCRTCVoiceBeautifierPreset>
枚举常量和说明 |
---|
BOY
男孩
|
BOY_TO_MAN
男孩变男人
|
FALSETTO
假声
|
FULL
饱满
|
GIRL
女孩
|
GIRL_TO_WOMAN
女孩变女人
|
HULK
绿巨人
|
HYPERACTIVITY
高亢
|
KTV
KTV
|
LOW
低沉
|
NONE
原声
|
OLD_MAN
老年人
|
VOCAL_CONCERT
演唱会
|
限定符和类型 | 方法和说明 |
---|---|
static RCRTCVoiceBeautifierPreset |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RCRTCVoiceBeautifierPreset[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RCRTCVoiceBeautifierPreset NONE
public static final RCRTCVoiceBeautifierPreset KTV
public static final RCRTCVoiceBeautifierPreset VOCAL_CONCERT
public static final RCRTCVoiceBeautifierPreset LOW
public static final RCRTCVoiceBeautifierPreset FULL
public static final RCRTCVoiceBeautifierPreset HYPERACTIVITY
public static final RCRTCVoiceBeautifierPreset FALSETTO
public static final RCRTCVoiceBeautifierPreset HULK
public static final RCRTCVoiceBeautifierPreset BOY
public static final RCRTCVoiceBeautifierPreset GIRL
public static final RCRTCVoiceBeautifierPreset OLD_MAN
public static final RCRTCVoiceBeautifierPreset BOY_TO_MAN
public static final RCRTCVoiceBeautifierPreset GIRL_TO_WOMAN
public static RCRTCVoiceBeautifierPreset[] values()
for (RCRTCVoiceBeautifierPreset c : RCRTCVoiceBeautifierPreset.values()) System.out.println(c);
public static RCRTCVoiceBeautifierPreset valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值