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