Package com.toxicrain.rainengine.sound
Class SoundInfo
java.lang.Object
com.toxicrain.rainengine.sound.SoundInfo
The SoundInfo class provides information about the given sound
like the WavInfo and the id for the buffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wavInfo
-
bufferId
public final int bufferId
-
-
Constructor Details
-
SoundInfo
Make a new SoundInfo- Parameters:
wavInfo
- TheWavInfo
class that holds basic info about the audio filebufferId
- The Buffer ID used to play the sound
-
-
Method Details
-
free
public void free()
-