com.sun.media.sound
Class SoftAudioPusher

java.lang.Object
  extended by com.sun.media.sound.SoftAudioPusher
All Implemented Interfaces:
java.lang.Runnable

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

This is a processor object that writes into SourceDataLine

Author:
Karl Helgason

Constructor Summary
SoftAudioPusher(javax.sound.sampled.SourceDataLine sourceDataLine, javax.sound.sampled.AudioInputStream ais, int workbuffersizer)
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftAudioPusher

public SoftAudioPusher(javax.sound.sampled.SourceDataLine sourceDataLine,
                       javax.sound.sampled.AudioInputStream ais,
                       int workbuffersizer)
Method Detail

start

public void start()

stop

public void stop()

run

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