Uses of Class
zombie.openal.AudioImpl

Packages that use AudioImpl
zombie.openal   
 

Uses of AudioImpl in zombie.openal
 

Subclasses of AudioImpl in zombie.openal
 class DeferredSound
          A sound implementation that can load the actual sound file at a later point.
 class MODSound
          A sound as a MOD file - can only be played as music
 class StreamSound
          A sound implementation wrapped round a player which reads (and potentially) rereads a stream.
 

Fields in zombie.openal with type parameters of type AudioImpl
 java.util.Stack<AudioImpl> SoundStore.audioStore
           
 java.util.Stack<AudioImpl> SoundStore.usedAudio
           
 

Methods in zombie.openal that return AudioImpl
 AudioImpl SoundStore.getAudio()
           
 AudioImpl AudioImpl.initAudioImpl(SoundStore store, int buffer)