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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatFormatConverter.java119 private final int targetChannels; field in class:AudioFloatFormatConverter.AudioFloatInputStreamChannelMixer
130 int targetChannels) {
132 this.targetChannels = targetChannels;
137 targetChannels, (format.getFrameSize() / sourceChannels)
138 * targetChannels, format.getFrameRate(), format
143 return (ais.available() / sourceChannels) * targetChannels;
159 ais.mark((readlimit / targetChannels) * sourceChannels);
167 int len2 = (len / targetChannels) * sourceChannels;
174 int cs = targetChannels;
129 AudioFloatInputStreamChannelMixer(AudioFloatInputStream ais, int targetChannels) argument
[all...]

Completed in 30 milliseconds