Uses of Class
org.xith3d.sound.BufferFormat

Packages that use BufferFormat
org.xith3d.sound   
org.xith3d.sound.drivers.javasound   
org.xith3d.sound.drivers.joal   
org.xith3d.sound.drivers.lwjgl   
 

Uses of BufferFormat in org.xith3d.sound
 

Methods in org.xith3d.sound that return BufferFormat
static BufferFormat BufferFormat.getFromValues(int bits, int channels)
          Selects the correct BufferFormat from int values.
static BufferFormat BufferFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BufferFormat[] BufferFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.sound with parameters of type BufferFormat
 void SoundBuffer.setData(BufferFormat format, int size, int frequency, java.nio.ByteBuffer data)
           
 

Uses of BufferFormat in org.xith3d.sound.drivers.javasound
 

Methods in org.xith3d.sound.drivers.javasound with parameters of type BufferFormat
 void SoundBufferImpl.setData(BufferFormat format, int size, int frequency, java.nio.ByteBuffer data)
           
 

Uses of BufferFormat in org.xith3d.sound.drivers.joal
 

Methods in org.xith3d.sound.drivers.joal with parameters of type BufferFormat
 void SoundBufferImpl.setData(BufferFormat format, int size, int frequency, java.nio.ByteBuffer data)
           
 

Uses of BufferFormat in org.xith3d.sound.drivers.lwjgl
 

Methods in org.xith3d.sound.drivers.lwjgl with parameters of type BufferFormat
 void SoundBufferImpl.setData(BufferFormat format, int size, int frequency, java.nio.ByteBuffer data)