Searched refs:out_nrofchannels (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingSourceDataLine.java193 private int out_nrofchannels; field in class:SoftMixingSourceDataLine
235 if (out_nrofchannels != 1) {
311 out_nrofchannels = outputformat.getChannels();
H A DSoftMixingClip.java125 private int out_nrofchannels; field in class:SoftMixingClip
233 if (out_nrofchannels != 1) {
376 out_nrofchannels = outputformat.getChannels();

Completed in 30 milliseconds