sound.recorder
Class Capture

java.lang.Object
  extended by sound.recorder.Capture
All Implemented Interfaces:
java.lang.Runnable

public class Capture
extends java.lang.Object
implements java.lang.Runnable

Reads data from the input channel and writes to the output stream


Constructor Summary
Capture(CapturePlaybackPanel capturePlaybackPanel)
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Capture

public Capture(CapturePlaybackPanel capturePlaybackPanel)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable