at.tuwien.ifs.somtoolbox.audio
Class Constants

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

public class Constants
extends Object

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

Field Summary
static boolean BIG_ENDIAN
           
static AudioFormat DATALINE_FORMAT
           
static DataLine.Info DATALINE_FORMAT_INFO
           
static String DECODED_SUFFIX
           
static 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 AudioFormat DATALINE_FORMAT

DATALINE_FORMAT_INFO

public static final DataLine.Info DATALINE_FORMAT_INFO

DECODED_SUFFIX

public static final String DECODED_SUFFIX
See Also:
Constant Field Values

MONO_FORMAT

public static final AudioFormat MONO_FORMAT
Constructor Detail

Constants

public Constants()