Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SUPPORTED |
0 |
public static final int |
UNSUPPORTED_CHANNELCOUNT |
1 |
public static final int |
UNSUPPORTED_ENCODINGTYPE |
8 |
public static final int |
UNSUPPORTED_SAMPLERATE |
4 |
public static final int |
UNSUPPORTED_SAMPLESIZE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_LPC_ORDER |
12 |
public static final int |
DEFAULT_MAX_RICE_ORDER |
0 |
public static final int |
DEFAULT_MIN_LPC_ORDER |
1 |
public static final int |
MAX_LPC_ORDER |
32 |
public static final int |
MAX_RICE_PARTITION_ORDER |
15 |
public static final int |
MIN_LPC_ORDER |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
MAX_LPC_ERROR |
"MAX_LPC Error" |
public static final java.lang.String |
MIN_LPC_ERROR |
"MIN_LPC ERROR" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_HEADER_SIZE |
128 |
public static final short |
syncCode |
16382 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BITS_PER_SAMPLE |
16 |
public static final int |
DEFAULT_CHANNEL_COUNT |
2 |
public static final int |
DEFAULT_MAX_BLOCK_SIZE |
4096 |
public static final int |
DEFAULT_MIN_BLOCK_SIZE |
4096 |
public static final int |
DEFAULT_SAMPLE_RATE |
44100 |
public static final int |
MAX_BITS_PER_SAMPLE |
24 |
public static final int |
MAX_BLOCK_SIZE |
65535 |
public static final int |
MAX_CHANNEL_COUNT |
8 |
public static final int |
MAX_SAMPLE_RATE |
655350 |
public static final int |
MIN_BITS_PER_SAMPLE |
4 |
public static final int |
MIN_BLOCK_SIZE |
16 |
public static final int |
MIN_SAMPLE_RATE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_LPC_ORDER |
32 |