public static enum GstInterpolationControlSourceAPI.InterpolateMode extends java.lang.Enum<GstInterpolationControlSourceAPI.InterpolateMode>
Enum Constant and Description |
---|
CUBIC |
LINEAR |
NONE |
QUADRATIC |
TRIGGER |
USER |
Modifier and Type | Method and Description |
---|---|
static GstInterpolationControlSourceAPI.InterpolateMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GstInterpolationControlSourceAPI.InterpolateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GstInterpolationControlSourceAPI.InterpolateMode NONE
public static final GstInterpolationControlSourceAPI.InterpolateMode TRIGGER
public static final GstInterpolationControlSourceAPI.InterpolateMode LINEAR
public static final GstInterpolationControlSourceAPI.InterpolateMode QUADRATIC
public static final GstInterpolationControlSourceAPI.InterpolateMode CUBIC
public static final GstInterpolationControlSourceAPI.InterpolateMode USER
public static GstInterpolationControlSourceAPI.InterpolateMode[] values()
for (GstInterpolationControlSourceAPI.InterpolateMode c : GstInterpolationControlSourceAPI.InterpolateMode.values()) System.out.println(c);
public static GstInterpolationControlSourceAPI.InterpolateMode 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 null