uk.org.toot.audio.core
Class SimpleAudioProcess

java.lang.Object
  extended by uk.org.toot.audio.core.SimpleAudioProcess
All Implemented Interfaces:
AudioProcess
Direct Known Subclasses:
DenormalProcess, DynamicsProcess, MeterProcess, MixProcess, NullAudioProcess, SilentInputAudioProcess, StereoImageProcess

public abstract class SimpleAudioProcess
extends java.lang.Object
implements AudioProcess

A simple AudioProcess with empty open and close implementations. Many AudioProcesses don't need open and close implementations.


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
SimpleAudioProcess()
           
 
Method Summary
 void close()
          Close any resources opened by this AudioProcess.
 void open()
          Open any resources required by this AudioProcess.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
processAudio
 

Constructor Detail

SimpleAudioProcess

public SimpleAudioProcess()
Method Detail

open

public void open()
Description copied from interface: AudioProcess
Open any resources required by this AudioProcess.

Specified by:
open in interface AudioProcess

close

public void close()
Description copied from interface: AudioProcess
Close any resources opened by this AudioProcess.

Specified by:
close in interface AudioProcess


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