public static enum Audio.BackendType extends Enum<Audio.BackendType>
| Enum Constant and Description |
|---|
jackAmbisonicsFO |
jackAmbisonicsPSO |
javaSound |
javaSoundVBAP |
noSound |
| Modifier and Type | Method and Description |
|---|---|
static Audio.BackendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Audio.BackendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Audio.BackendType noSound
public static final Audio.BackendType javaSound
public static final Audio.BackendType javaSoundVBAP
public static final Audio.BackendType jackAmbisonicsFO
public static final Audio.BackendType jackAmbisonicsPSO
public static Audio.BackendType[] values()
for (Audio.BackendType c : Audio.BackendType.values()) System.out.println(c);
public static Audio.BackendType 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 null