public enum LFOWaveform extends Enum<LFOWaveform> implements NativeEnum<LFOWaveform>
LFOControlSource| Enum Constant and Description |
|---|
REVERSE_SAW
Reverse saw waveform.
|
SAW
Saw waveform.
|
SINE
Sine waveform.
|
SQUARE
Square waveform.
|
TRIANGLE
Triangle waveform.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static LFOWaveform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LFOWaveform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromInt, fromIntpublic static final LFOWaveform SINE
public static final LFOWaveform SQUARE
public static final LFOWaveform SAW
public static final LFOWaveform REVERSE_SAW
public static final LFOWaveform TRIANGLE
public static LFOWaveform[] values()
for (LFOWaveform c : LFOWaveform.values()) System.out.println(c);
public static LFOWaveform valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int intValue()
intValue in interface NativeEnum<LFOWaveform>Copyright © 2021 gstreamer-java. All rights reserved.