uk.org.toot.audio.system
Interface ConnectedAudioSystem

All Superinterfaces:
AudioSystem, IObservable
All Known Implementing Classes:
MixerConnectedAudioSystem, ProjectAudioSystem

public interface ConnectedAudioSystem
extends AudioSystem


Method Summary
 java.util.List<AudioConnection> getConnections()
           
 
Methods inherited from interface uk.org.toot.audio.system.AudioSystem
addAudioDevice, close, getAudioDevices, getAudioInputs, getAudioOutputs, removeAudioDevice, setAutoConnect
 
Methods inherited from interface uk.org.toot.misc.IObservable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 

Method Detail

getConnections

java.util.List<AudioConnection> getConnections()


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