uk.org.toot.audio.system
Interface AudioPort

All Superinterfaces:
AudioProcess
All Known Subinterfaces:
AudioInput, AudioOutput
All Known Implementing Classes:
Example2SynthChannel, Example3SynthChannel, PluckedSynth, PolyphonicSynthChannel

public interface AudioPort
extends AudioProcess


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Method Summary
 java.lang.String getName()
          Return a unique name for this audio port.
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
close, open, processAudio
 

Method Detail

getName

java.lang.String getName()
Return a unique name for this audio port. Typically by concatenating the logical, but not necessarily unique, port name with a unique decice name.

Returns:
String - a unique port name


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