public static enum ISID2Types.sid2_playback_t extends Enum<ISID2Types.sid2_playback_t>
| Enum Constant and Description |
|---|
sid2_left |
sid2_mono |
sid2_right |
sid2_stereo |
| Modifier and Type | Method and Description |
|---|---|
static ISID2Types.sid2_playback_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISID2Types.sid2_playback_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISID2Types.sid2_playback_t sid2_left
public static final ISID2Types.sid2_playback_t sid2_mono
public static final ISID2Types.sid2_playback_t sid2_stereo
public static final ISID2Types.sid2_playback_t sid2_right
public static ISID2Types.sid2_playback_t[] values()
for (ISID2Types.sid2_playback_t c : ISID2Types.sid2_playback_t.values()) System.out.println(c);
public static ISID2Types.sid2_playback_t 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 © 2014. All rights reserved.