public enum AlivcLivePushAudioEffectReverbMode extends java.lang.Enum<AlivcLivePushAudioEffectReverbMode>
Enum Constant and Description |
---|
REVERB_BATHROOM
澡堂
|
REVERB_CHURCH_HALL
教堂走廊
|
REVERB_LARGE_ROOM
大房间
|
REVERB_MEDIUM_ROOM
中等房间
|
REVERB_OFF
关闭
|
REVERB_SMALL_ROOM_BRIGHT
明亮小房间
|
REVERB_SMALL_ROOM_DARK
黑暗小房间
|
REVERB_VOCAL_I
人声 I
|
REVERB_VOCAL_II
人声 II
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
获取枚举值
|
static AlivcLivePushAudioEffectReverbMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushAudioEffectReverbMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushAudioEffectReverbMode REVERB_OFF
public static final AlivcLivePushAudioEffectReverbMode REVERB_VOCAL_I
public static final AlivcLivePushAudioEffectReverbMode REVERB_VOCAL_II
public static final AlivcLivePushAudioEffectReverbMode REVERB_BATHROOM
public static final AlivcLivePushAudioEffectReverbMode REVERB_SMALL_ROOM_BRIGHT
public static final AlivcLivePushAudioEffectReverbMode REVERB_SMALL_ROOM_DARK
public static final AlivcLivePushAudioEffectReverbMode REVERB_MEDIUM_ROOM
public static final AlivcLivePushAudioEffectReverbMode REVERB_LARGE_ROOM
public static final AlivcLivePushAudioEffectReverbMode REVERB_CHURCH_HALL
public static AlivcLivePushAudioEffectReverbMode[] values()
for (AlivcLivePushAudioEffectReverbMode c : AlivcLivePushAudioEffectReverbMode.values()) System.out.println(c);
public static AlivcLivePushAudioEffectReverbMode 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()