com.frinika.audio
Class AudioInput

java.lang.Object
  extended by com.frinika.audio.AudioInput

public class AudioInput
extends java.lang.Object

Author:
peter

Constructor Summary
AudioInput(javax.sound.sampled.TargetDataLine lineIn)
           
 
Method Summary
 javax.sound.sampled.TargetDataLine getLine()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioInput

public AudioInput(javax.sound.sampled.TargetDataLine lineIn)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

getLine

public javax.sound.sampled.TargetDataLine getLine()