public static enum HwAudioKaraokeFeatureKit.ParameName extends java.lang.Enum<HwAudioKaraokeFeatureKit.ParameName>
Enum Constant and Description |
---|
CMD_SET_AUDIO_EFFECT_MODE_BASE |
CMD_SET_VOCAL_EQUALIZER_MODE |
CMD_SET_VOCAL_VOLUME_BASE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameName() |
static HwAudioKaraokeFeatureKit.ParameName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwAudioKaraokeFeatureKit.ParameName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwAudioKaraokeFeatureKit.ParameName CMD_SET_AUDIO_EFFECT_MODE_BASE
public static final HwAudioKaraokeFeatureKit.ParameName CMD_SET_VOCAL_VOLUME_BASE
public static final HwAudioKaraokeFeatureKit.ParameName CMD_SET_VOCAL_EQUALIZER_MODE
public static HwAudioKaraokeFeatureKit.ParameName[] values()
for (HwAudioKaraokeFeatureKit.ParameName c : HwAudioKaraokeFeatureKit.ParameName.values()) System.out.println(c);
public static HwAudioKaraokeFeatureKit.ParameName 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 java.lang.String getParameName()