Uses of Class
SimpleSound

Uses of SimpleSound in
 

Subclasses of SimpleSound in Default Package
 class Sound
          Class that represents a sound.
 

Constructors in Default Package with parameters of type SimpleSound
SoundExplorer(SimpleSound sound, boolean inStereo)
          Constructor that takes a sound and a boolean flag
SoundSample(SimpleSound sound, int frameNumber)
          Constructor that takes a sound and valueArray
Playback(SimpleSound sound)
          Constructor that takes the simple sound to be played
SimpleSound(SimpleSound sound)
          Constructor that creates a new SimpleSound by copying a passed SimpleSound