Searched refs:rateOut (Results 1 – 1 of 1) sorted by relevance
59 public ResampleInputStream(InputStream inputStream, int rateIn, int rateOut) { in ResampleInputStream() argument61 … if (rateIn != 2 * rateOut) throw new IllegalArgumentException("only support 2:1 at the moment"); in ResampleInputStream()63 rateOut = 1; in ResampleInputStream()67 mRateOut = rateOut; in ResampleInputStream()