public static enum AudioSystem.DataFlow extends Enum<AudioSystem.DataFlow>
| Modifier and Type | Method and Description |
|---|---|
static AudioSystem.DataFlow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioSystem.DataFlow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioSystem.DataFlow CAPTURE
public static final AudioSystem.DataFlow NOTIFY
public static final AudioSystem.DataFlow PLAYBACK
public static AudioSystem.DataFlow[] values()
for (AudioSystem.DataFlow c : AudioSystem.DataFlow.values()) System.out.println(c);
public static AudioSystem.DataFlow 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 nullCopyright © 2022 jitsi.org. All rights reserved.