|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.sound.sampled.AudioFormat.Encoding
com.groovemanager.spi.floatEncoding.FloatAudioFormat.Encoding
PCM_FLOAT encoding
| Field Summary | |
|---|---|
static FloatAudioFormat.Encoding |
PCM_FLOAT
PCM_FLOAT represents a PCM encoding where all samples are stored as floating point values normalized to +/- 1.0, either in 32 or 64 bit sample size |
| Fields inherited from class javax.sound.sampled.AudioFormat.Encoding |
|---|
ALAW, PCM_SIGNED, PCM_UNSIGNED, ULAW |
| Constructor Summary | |
|---|---|
private |
FloatAudioFormat.Encoding()
Construct a new PCM_FLOAT encoding |
| Method Summary |
|---|
| Methods inherited from class javax.sound.sampled.AudioFormat.Encoding |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FloatAudioFormat.Encoding PCM_FLOAT
| Constructor Detail |
|---|
private FloatAudioFormat.Encoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||