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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelWavetable.java46 public int getLoopType(); method in interface:ModelWavetable
H A DModelByteBufferWavetable.java271 public int getLoopType() { method in class:ModelByteBufferWavetable
H A DSoftAbstractResampler.java110 loopmode = osc.getLoopType();
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/
H A DSetLoopType.java89 if(wavetable.getLoopType() != 1)
90 throw new RuntimeException("wavetable.getLoopType() not 1!");
92 if(wavetable.getLoopType() != 2)
93 throw new RuntimeException("wavetable.getLoopType() not 2!");

Completed in 52 milliseconds