Searched defs:mute_control (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingDataLine.java398 private final Mute mute_control = new Mute(); field in class:SoftMixingDataLine
437 controls = new Control[] { gain_control, mute_control, balance_control,
446 if (mute_control.getValue())

Completed in 31 milliseconds