public static enum IVideoEffectObject.VIDEO_EFFECT_NODE_ID extends java.lang.Enum<IVideoEffectObject.VIDEO_EFFECT_NODE_ID>
| Enum Constant and Description |
|---|
BEAUTY
Beauty effect node.
|
FILTER
Filter effect node.
|
STICKER
Sticker effect node.
|
STYLE_MAKEUP
Style makeup effect node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static IVideoEffectObject.VIDEO_EFFECT_NODE_ID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IVideoEffectObject.VIDEO_EFFECT_NODE_ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IVideoEffectObject.VIDEO_EFFECT_NODE_ID BEAUTY
public static final IVideoEffectObject.VIDEO_EFFECT_NODE_ID STYLE_MAKEUP
public static final IVideoEffectObject.VIDEO_EFFECT_NODE_ID FILTER
public static final IVideoEffectObject.VIDEO_EFFECT_NODE_ID STICKER
public static IVideoEffectObject.VIDEO_EFFECT_NODE_ID[] values()
for (IVideoEffectObject.VIDEO_EFFECT_NODE_ID c : IVideoEffectObject.VIDEO_EFFECT_NODE_ID.values()) System.out.println(c);
public static IVideoEffectObject.VIDEO_EFFECT_NODE_ID 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()