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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java198 boolean agc_on = true; field in class:SoftSynthesizer
349 agc_on = (Boolean)items[8].value;
919 item = new AudioSynthesizerPropertyInfo("auto gain control", o?agc_on:true);

Completed in 1046 milliseconds