sdr 0.7

net.cscott.sdr.recog
Class Microphone.NameAndLine

java.lang.Object
  extended by net.cscott.sdr.recog.Microphone.NameAndLine
Enclosing class:
Microphone

public static class Microphone.NameAndLine
extends Object

A TargetDataLine for audio capture, along with a human-friendly name for this source.


Field Summary
 TargetDataLine line
          AudioSystem representation of input source.
 String name
          Human-readable name for this input source.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name
Human-readable name for this input source.


line

public final TargetDataLine line
AudioSystem representation of input source.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian