com.frinika.audio
Class MonoAudioInput

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

Deprecated.

public class MonoAudioInput
extends java.lang.Object

Author:
peter PJL: Does not seem to be used ?

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

Constructor Detail

MonoAudioInput

public MonoAudioInput(javax.sound.sampled.TargetDataLine in)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception
Method Detail

start

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

stop

public void stop()
Deprecated. 

getLine

public javax.sound.sampled.TargetDataLine getLine()
Deprecated.