A Wave implementation of BaseSoundFile Open a wave file and store the attributes from it's headers.
CTor
Returns the music type. In this case: wave.
Returns the SoundFile struct.
Returns the Sound Buffer
Returns the filename of the loaded sound file.
Returns the length of the sound in seconds.
abstract getType method.
toString
See Implementation
rschuett
A Wave implementation of BaseSoundFile Open a wave file and store the attributes from it's headers.