com.groovemanager.spi.rex
Class REXAudioFormat.Encoding

java.lang.Object
  extended by javax.sound.sampled.AudioFormat.Encoding
      extended by com.groovemanager.spi.rex.REXAudioFormat.Encoding
Enclosing class:
REXAudioFormat

static class REXAudioFormat.Encoding
extends javax.sound.sampled.AudioFormat.Encoding

Encoding class for PCM_FLOAT

Author:
Manu Robledo

Field Summary
static REXAudioFormat.Encoding PCM_FLOAT
          PCM_FLOAT is an 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
protected REXAudioFormat.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

PCM_FLOAT

public static final REXAudioFormat.Encoding PCM_FLOAT
PCM_FLOAT is an encoding where all samples are stored as floating point values normalized to +/- 1.0, either in 32 or 64 bit sample size

Constructor Detail

REXAudioFormat.Encoding

protected REXAudioFormat.Encoding()
Construct a new PCM_FLOAT encoding