public static enum IVideoEffectObject.VIDEO_EFFECT_ACTION extends java.lang.Enum<IVideoEffectObject.VIDEO_EFFECT_ACTION>
| Enum Constant and Description |
|---|
RESET
Reset the video effect to its default parameters.
|
SAVE
Save the current parameters of the video effect.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static IVideoEffectObject.VIDEO_EFFECT_ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IVideoEffectObject.VIDEO_EFFECT_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IVideoEffectObject.VIDEO_EFFECT_ACTION SAVE
public static final IVideoEffectObject.VIDEO_EFFECT_ACTION RESET
public static IVideoEffectObject.VIDEO_EFFECT_ACTION[] values()
for (IVideoEffectObject.VIDEO_EFFECT_ACTION c : IVideoEffectObject.VIDEO_EFFECT_ACTION.values()) System.out.println(c);
public static IVideoEffectObject.VIDEO_EFFECT_ACTION 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()