zombie.openal
Class OggData

java.lang.Object
  extended by zombie.openal.OggData

public class OggData
extends java.lang.Object

Data describing the sounds in a OGG file

Author:
Kevin Glass

Field Summary
 int channels
          The number of channels in the sound file
 java.nio.ByteBuffer data
          The data that has been read from the OGG file
 int rate
          The sampling rate
 
Constructor Summary
OggData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channels

public int channels
The number of channels in the sound file


data

public java.nio.ByteBuffer data
The data that has been read from the OGG file


rate

public int rate
The sampling rate

Constructor Detail

OggData

public OggData()