static enum AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT extends java.lang.Enum<AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT>
| Enum Constant and Description |
|---|
CUBE
The cube.
|
DODECAHEDRON1
The DODECAHEDRO n1.
|
DODECAHEDRON2
The DODECAHEDRO n2.
|
HEXAGON
The hexagon.
|
MONO
The mono.
|
OCTAGON1
The OCTAGO n1.
|
OCTAGON2
The OCTAGO n2.
|
PENTAGON
The pentagon.
|
SQUARE
The square.
|
STEREO
The stereo.
|
SURROUND1
The SURROUN d1.
|
| Modifier and Type | Field and Description |
|---|---|
double[][] |
gain_matrix
The gain_matrix.
|
int |
num_speakers
The num_speakers.
|
| Modifier and Type | Method and Description |
|---|---|
static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT |
parseString(java.lang.String sl)
Parses the string.
|
static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT MONO
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT STEREO
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT SQUARE
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT PENTAGON
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT HEXAGON
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT OCTAGON1
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT OCTAGON2
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT SURROUND1
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT CUBE
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT DODECAHEDRON1
public static final AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT DODECAHEDRON2
public final int num_speakers
public final double[][] gain_matrix
public static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT[] values()
for (AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT c : AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT.values()) System.out.println(c);
public static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AmbisonicsAudioOutputReasoning.SPEAKERS_LAYOUT parseString(java.lang.String sl)
sl - the sl