sound.recorder
Class CapturePlayBackOscope.Playback

java.lang.Object
  extended by sound.recorder.CapturePlayBackOscope.Playback
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CapturePlayBackOscope

public class CapturePlayBackOscope.Playback
extends java.lang.Object
implements java.lang.Runnable

Write data to the OutputChannel.


Constructor Summary
CapturePlayBackOscope.Playback()
           
 
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

CapturePlayBackOscope.Playback

public CapturePlayBackOscope.Playback()
Method Detail

start

public void start()

stop

public void stop()

run

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