jjdh API

Uses of Class
dh.javax.sound.AudioInput

Packages that use AudioInput
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. 
jjdh.java.resource This Package contains the ResourceReference class to address resources in a (resource-) provider independent way and the Resources facade which provides a very comfortable loading of serveral common objects. 
 

Uses of AudioInput in dh.javax.sound
 

Methods in dh.javax.sound with parameters of type AudioInput
 BufferStrategy BufferStrategyChooser.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysStream.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysBufferUncompressed.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysBufferCompressed.chooseStrategy(AudioInput input)
           
 

Constructors in dh.javax.sound with parameters of type AudioInput
BufferStrategy.BufferCompressed(AudioInput ai)
           
BufferStrategy.BufferUncompressed(AudioInput ai)
           
BufferStrategy.OldBufferUncompressed(AudioInput ai)
          Deprecated.  
BufferStrategy.Stream(AudioInput ai)
           
 

Uses of AudioInput in jjdh.java.resource
 

Fields in jjdh.java.resource with type parameters of type AudioInput
static Loader<AudioInput> Resources.audioLoader
           
 


jjdh API

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