public enum AlivcLivePushAudioEffectVoiceChangeMode extends java.lang.Enum<AlivcLivePushAudioEffectVoiceChangeMode>
Enum Constant and Description |
---|
SOUND_EFFECT_BABYBOY
小孩
|
SOUND_EFFECT_BABYGILR
女孩
|
SOUND_EFFECT_DAIMO
大魔王
|
SOUND_EFFECT_ECHO
回声
|
SOUND_EFFECT_KTV
KTV
|
SOUND_EFFECT_OFF
关闭
|
SOUND_EFFECT_OLD_MAN
老人
|
SOUND_EFFECT_ROBOT
机器人
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static AlivcLivePushAudioEffectVoiceChangeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushAudioEffectVoiceChangeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_OFF
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_OLD_MAN
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_BABYBOY
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_BABYGILR
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_ROBOT
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_DAIMO
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_KTV
public static final AlivcLivePushAudioEffectVoiceChangeMode SOUND_EFFECT_ECHO
public static AlivcLivePushAudioEffectVoiceChangeMode[] values()
for (AlivcLivePushAudioEffectVoiceChangeMode c : AlivcLivePushAudioEffectVoiceChangeMode.values()) System.out.println(c);
public static AlivcLivePushAudioEffectVoiceChangeMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()