Uses of Interface
uk.org.toot.audio.server.ExtendedAudioServer

Packages that use ExtendedAudioServer
com.frinika.toot   
com.frinika.toot.javasoundmultiplexed   
uk.org.toot.audio.server   
uk.org.toot.swingui.audioui.serverui   
 

Uses of ExtendedAudioServer in com.frinika.toot
 

Classes in com.frinika.toot that implement ExtendedAudioServer
 class PriorityAudioServer
           
 

Uses of ExtendedAudioServer in com.frinika.toot.javasoundmultiplexed
 

Classes in com.frinika.toot.javasoundmultiplexed that implement ExtendedAudioServer
 class MultiplexedJavaSoundAudioServer
          MultiplexedJavaSoundAudioServer Provides a Server based on a single javasound DataLine for inout and output.
 

Uses of ExtendedAudioServer in uk.org.toot.audio.server
 

Classes in uk.org.toot.audio.server that implement ExtendedAudioServer
 class JavaSoundAudioServer
          JavaSoundAudioServer extends BasicAudioServer with JavaSound-style byte[] buffer provision and management and JavaSound audio I/O provision.
 class MultiIOJavaSoundAudioServer
          Provides a layer which allows multiple IO open/close.
 class TimedAudioServer
          TimedAudioServer extends AbstractAudioServer to control the timing of an AudioClient.
 class TimeReferenceMultiIOJavaSoundAudioServer
          Alternative to the TimedAudioServer where block time is calculated based on how much time left to buffer expires - relying on the blocking to return precisely on time.
 

Constructors in uk.org.toot.audio.server with parameters of type ExtendedAudioServer
ExtendedAudioServerConfiguration(ExtendedAudioServer server)
           
 

Uses of ExtendedAudioServer in uk.org.toot.swingui.audioui.serverui
 

Constructors in uk.org.toot.swingui.audioui.serverui with parameters of type ExtendedAudioServer
AudioServerPanel(ExtendedAudioServer server, uk.org.toot.audio.server.AudioServerConfiguration config)