jjdh API

Uses of Interface
dh.javax.sound.BufferStrategy

Packages that use BufferStrategy
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 BufferStrategy in dh.javax.sound
 

Classes in dh.javax.sound that implement BufferStrategy
static class BufferStrategy.BufferCompressed
          Will store the compressed audio.
static class BufferStrategy.BufferUncompressed
          Will store the uncompressed audio.
static class BufferStrategy.OldBufferUncompressed
          Deprecated.  
static class BufferStrategy.Stream
          Will stream the audio.
 

Fields in dh.javax.sound with type parameters of type BufferStrategy
protected  Map<String,BufferStrategy> SoundFacade.map
           
 

Methods in dh.javax.sound that return BufferStrategy
 BufferStrategy BufferStrategyChooser.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysStream.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysBufferUncompressed.chooseStrategy(AudioInput input)
           
 BufferStrategy BufferStrategyChooser.AlwaysBufferCompressed.chooseStrategy(AudioInput input)
           
protected  BufferStrategy SoundFacade.getStrategy(String name)
          Returrns the saved strategy for the given key ( null, if no mapping exists).
 

Methods in dh.javax.sound with parameters of type BufferStrategy
protected  AudioProxy SoundFacade.playAudioStream(BufferStrategy factory)
          Plays the audio from the given audio stream factory.
 


jjdh API

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