net.cscott.sdr.recog
Class Microphone.NameAndLine
java.lang.Object
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.
name
public final String name
- Human-readable name for this input source.
line
public final TargetDataLine line
- AudioSystem representation of input source.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2009 C. Scott Ananian