Home | History | Annotate | Download | only in audiofx

Lines Matching defs:reflectionsDelay

286      * @param reflectionsDelay reflections delay in milliseconds. The valid range is [0, 300].
291 public void setReflectionsDelay(int reflectionsDelay)
293 byte[] param = intToByteArray(reflectionsDelay);
507 public int reflectionsDelay;
560 if (!key.equals("reflectionsDelay")) {
563 reflectionsDelay = Integer.parseInt(st.nextToken());
598 ";reflectionsDelay="+Integer.toString(reflectionsDelay)+
629 settings.reflectionsDelay = byteArrayToInt(param, 12);
653 intToByteArray(settings.reflectionsDelay),