uk.org.toot.audio.server
Interface IOAudioProcess

All Superinterfaces:
AudioProcess

public interface IOAudioProcess
extends AudioProcess

An AudioProcess with a ChannelFormat and a name, suitable for hardware i/o.

Author:
st

Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Method Summary
 ChannelFormat getChannelFormat()
           
 java.lang.String getName()
           
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
close, open, processAudio
 

Method Detail

getChannelFormat

ChannelFormat getChannelFormat()

getName

java.lang.String getName()


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