uk.org.toot.audio.system
Interface AudioOutput

All Superinterfaces:
AudioPort, AudioProcess
All Known Implementing Classes:
Example2SynthChannel, Example3SynthChannel, PluckedSynth, PolyphonicSynthChannel

public interface AudioOutput
extends AudioPort


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Method Summary
 java.lang.String getLocation()
          Return a unique string representing the location.
 
Methods inherited from interface uk.org.toot.audio.system.AudioPort
getName
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
close, open, processAudio
 

Method Detail

getLocation

java.lang.String getLocation()
Return a unique string representing the location. e.g. MultiSynth C Channel 2 e.g. Sequencer 17 This should be the same string as used by AudioBuffer.MetaInfo.

Returns:
String the location of this AudioOutput


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