
public static enum AudioChannel.Type extends Enum<AudioChannel.Type>
| Modifier and Type | Method and Description |
|---|---|
static AudioChannel.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static AudioChannel.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioChannel.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioChannel.Type CH_UNKNOWN
public static final AudioChannel.Type CH_FRONT_LEFT
public static final AudioChannel.Type CH_FRONT_RIGHT
public static final AudioChannel.Type CH_FRONT_CENTER
public static final AudioChannel.Type CH_LOW_FREQUENCY
public static final AudioChannel.Type CH_BACK_LEFT
public static final AudioChannel.Type CH_BACK_RIGHT
public static final AudioChannel.Type CH_FRONT_LEFT_OF_CENTER
public static final AudioChannel.Type CH_FRONT_RIGHT_OF_CENTER
public static final AudioChannel.Type CH_BACK_CENTER
public static final AudioChannel.Type CH_SIDE_LEFT
public static final AudioChannel.Type CH_SIDE_RIGHT
public static final AudioChannel.Type CH_TOP_CENTER
public static final AudioChannel.Type CH_TOP_FRONT_LEFT
public static final AudioChannel.Type CH_TOP_FRONT_CENTER
public static final AudioChannel.Type CH_TOP_FRONT_RIGHT
public static final AudioChannel.Type CH_TOP_BACK_LEFT
public static final AudioChannel.Type CH_TOP_BACK_CENTER
public static final AudioChannel.Type CH_TOP_BACK_RIGHT
public static final AudioChannel.Type CH_STEREO_LEFT
public static final AudioChannel.Type CH_STEREO_RIGHT
public static final AudioChannel.Type CH_WIDE_LEFT
public static final AudioChannel.Type CH_WIDE_RIGHT
public static final AudioChannel.Type CH_SURROUND_DIRECT_LEFT
public static final AudioChannel.Type CH_SURROUND_DIRECT_RIGHT
public static final AudioChannel.Type CH_LOW_FREQUENCY_2
public static AudioChannel.Type[] values()
for (AudioChannel.Type c : AudioChannel.Type.values()) System.out.println(c);
public static AudioChannel.Type 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 final int swigValue()
public static AudioChannel.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.