static bool isInputAudioDevice(Mixer m) { // ret m.isLineSupported(new Line.Info(TargetDataLine.class)); ret nempty(m.getTargetLineInfo()); }