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

/openjdk9/jdk/test/javax/sound/sampled/Recording/
H A DTargetDataLineFlush.java42 int WAIT_MILLIS; field in class:TargetDataLineFlush
86 WAIT_MILLIS = (int) (bufferSize / format.getFrameSize() * 750 / format.getFrameRate());
119 System.out.print("Waiting "+(WAIT_MILLIS)+" millis...");
120 try { Thread.sleep(WAIT_MILLIS); } catch (InterruptedException ie) {}
127 System.out.print("Waiting "+(WAIT_MILLIS)+" millis...");
128 try { Thread.sleep(WAIT_MILLIS); } catch (InterruptedException ie) {}

Completed in 44 milliseconds