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

Packages that use AudioServer
uk.org.toot.audio.mixer This package provides a professional audio mixer which uses plugin effects processors. 
uk.org.toot.audio.server This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. 
uk.org.toot.audio.server.spi This package provides AudioServerServiceProvider, an abstract class to assist in implementing plugin AudioServer services. 
uk.org.toot.swingui.audioui.serverui   
uk.org.toot.swingui.audioui.serverui.spi   
 

Uses of AudioServer in uk.org.toot.audio.mixer
 

Constructors in uk.org.toot.audio.mixer with parameters of type AudioServer
AudioMixer(MixerControls controls, AudioServer server)
           
 

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

Classes in uk.org.toot.audio.server that implement AudioServer
 class NonRealTimeAudioServer
          An AudioServer that adapts any other AudioServer to add a non-real-time capability.
 

Methods in uk.org.toot.audio.server that return AudioServer
static AudioServer AudioServerServices.createServer(java.lang.String name)
           
 

Methods in uk.org.toot.audio.server with parameters of type AudioServer
static AudioServerConfiguration AudioServerServices.createServerConfiguration(AudioServer server)
           
static AudioServerConfiguration AudioServerServices.createServerSetup(AudioServer server)
           
 

Constructors in uk.org.toot.audio.server with parameters of type AudioServer
NonRealTimeAudioServer(AudioServer server)
           
 

Uses of AudioServer in uk.org.toot.audio.server.spi
 

Methods in uk.org.toot.audio.server.spi that return AudioServer
 AudioServer AudioServerServiceProvider.createServer(java.lang.String name)
           
 

Methods in uk.org.toot.audio.server.spi with parameters of type AudioServer
abstract  AudioServerConfiguration AudioServerServiceProvider.createServerConfiguration(AudioServer server)
           
 AudioServerConfiguration AudioServerServiceProvider.createServerSetup(AudioServer server)
           
 

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

Methods in uk.org.toot.swingui.audioui.serverui with parameters of type AudioServer
static javax.swing.JComponent AudioServerUIServices.createServerUI(AudioServer server, AudioServerConfiguration p)
           
static void AudioServerUIServices.showSetupDialog(AudioServer server, AudioServerConfiguration p)
           
 

Uses of AudioServer in uk.org.toot.swingui.audioui.serverui.spi
 

Methods in uk.org.toot.swingui.audioui.serverui.spi with parameters of type AudioServer
abstract  javax.swing.JComponent AudioServerUIServiceProvider.createServerUI(AudioServer server, AudioServerConfiguration p)
          Create the UI that is used when the server is running.
 javax.swing.JComponent AudioServerUIServiceProvider.createSetupUI(AudioServer server, AudioServerConfiguration p)
          Create the UI that is used prior to use of the server.
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.