Home | History | Annotate | Download | only in audiofx

Lines Matching refs:reflectionsDelay

294      * @param reflectionsDelay reflections delay in milliseconds. The valid range is [0, 300].
299 public void setReflectionsDelay(int reflectionsDelay)
301 byte[] param = intToByteArray(reflectionsDelay);
515 public int reflectionsDelay;
568 if (!key.equals("reflectionsDelay")) {
571 reflectionsDelay = Integer.parseInt(st.nextToken());
606 ";reflectionsDelay="+Integer.toString(reflectionsDelay)+
637 settings.reflectionsDelay = byteArrayToInt(param, 12);
661 intToByteArray(settings.reflectionsDelay),