at.tuwien.ifs.somtoolbox.audio
Class Constants

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.audio.Constants

public class Constants
extends java.lang.Object

Version:
$Id: Constants.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Ewald Peiszer

Field Summary
static boolean BIG_ENDIAN
           
static javax.sound.sampled.AudioFormat DATALINE_FORMAT
           
static javax.sound.sampled.DataLine.Info DATALINE_FORMAT_INFO
           
static java.lang.String DECODED_SUFFIX
           
static javax.sound.sampled.AudioFormat MONO_FORMAT
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIG_ENDIAN

public static final boolean BIG_ENDIAN
See Also:
Constant Field Values

DATALINE_FORMAT

public static final javax.sound.sampled.AudioFormat DATALINE_FORMAT

DATALINE_FORMAT_INFO

public static final javax.sound.sampled.DataLine.Info DATALINE_FORMAT_INFO

DECODED_SUFFIX

public static final java.lang.String DECODED_SUFFIX
See Also:
Constant Field Values

MONO_FORMAT

public static final javax.sound.sampled.AudioFormat MONO_FORMAT
Constructor Detail

Constants

public Constants()