org.xith3d.sound
Class BufferFormat

java.lang.Object
  extended by org.xith3d.sound.BufferFormat

public class BufferFormat
extends java.lang.Object


Field Summary
static BufferFormat MONO16
           
static BufferFormat MONO8
           
static BufferFormat STEREO16
           
static BufferFormat STEREO8
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MONO8

public static final BufferFormat MONO8

MONO16

public static final BufferFormat MONO16

STEREO8

public static final BufferFormat STEREO8

STEREO16

public static final BufferFormat STEREO16
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object