org.tritonus.share.sampled
Class TAudioFormat

java.lang.Object
  extended byjavax.sound.sampled.AudioFormat
      extended byorg.tritonus.share.sampled.TAudioFormat

public class TAudioFormat
extends AudioFormat


Nested Class Summary
 
Nested classes inherited from class javax.sound.sampled.AudioFormat
AudioFormat.Encoding
 
Field Summary
 
Fields inherited from class javax.sound.sampled.AudioFormat
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits
 
Constructor Summary
TAudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String,Object> properties)
           
TAudioFormat(float sampleRate, int sampleSizeInBits, int channels, boolean signed, boolean bigEndian, Map<String,Object> properties)
           
 
Method Summary
 Map<String,Object> properties()
           
protected  void setProperty(String key, Object value)
           
 
Methods inherited from class javax.sound.sampled.AudioFormat
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TAudioFormat

public TAudioFormat(AudioFormat.Encoding encoding,
                    float sampleRate,
                    int sampleSizeInBits,
                    int channels,
                    int frameSize,
                    float frameRate,
                    boolean bigEndian,
                    Map<String,Object> properties)

TAudioFormat

public TAudioFormat(float sampleRate,
                    int sampleSizeInBits,
                    int channels,
                    boolean signed,
                    boolean bigEndian,
                    Map<String,Object> properties)
Method Detail

properties

public Map<String,Object> properties()
Overrides:
properties in class AudioFormat

setProperty

protected void setProperty(String key,
                           Object value)
Overrides:
setProperty in class AudioFormat