jjdh API

Uses of Interface
dh.javax.sound.AudioProxy

Packages that use AudioProxy
dh.javax.sound This Package contains a top-level framework which is based on the low-level javax.sound.sampled framework to provide easy-to-use playback of several sampled sounds simultaneously, using thread pools and different (mostly ByteBuffer based) buffer strategies. 
 

Uses of AudioProxy in dh.javax.sound
 

Classes in dh.javax.sound that implement AudioProxy
 class DummyAudioProxy
           
 class StandardAudioProxy
           
 

Fields in dh.javax.sound declared as AudioProxy
protected static AudioProxy SoundFacade.dummyAudioProxy
           
 

Methods in dh.javax.sound that return AudioProxy
 AudioProxy StandardSoundFacade.play(File soundFile)
           
 AudioProxy SoundFacade.play(InputStream is, String name)
          Will try to play the given input stream.
 AudioProxy StandardSoundFacade.play(ResourceReference ref)
          Will try to play the given ResourceReference.
 AudioProxy StandardSoundFacade.play(String regex)
          Will try to play the ResourceReference defined by the given regex.
protected  AudioProxy SoundFacade.playAudioStream(BufferStrategy factory)
          Plays the audio from the given audio stream factory.
 AudioProxy SoundFacade.playByName(String name)
          Will try to play the sound with the given Name (works only if the sound was olready one time played).
 AudioProxy StandardSoundFacade.stream(File soundFile)
           
 AudioProxy SoundFacade.stream(InputStream is)
          Will try to stream the given input stream as audio.
 AudioProxy StandardSoundFacade.stream(ResourceReference ref)
           
 AudioProxy StandardSoundFacade.stream(String regex)
           
 


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.