|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.nebula.widgets.oscilloscope.OscilloscopeDispatcher.PlayClip
public class OscilloscopeDispatcher.PlayClip
Plays a sound clip.
Constructor Summary | |
---|---|
OscilloscopeDispatcher.PlayClip()
|
Method Summary | |
---|---|
javax.sound.sampled.Clip |
getClip()
Returns the clip so you can control it. |
void |
playClip(java.io.File file,
int loopCount)
Creates a clip from the passed sound file and plays it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OscilloscopeDispatcher.PlayClip()
Method Detail |
---|
public javax.sound.sampled.Clip getClip()
public void playClip(java.io.File file, int loopCount)
getClip()
to control it.
file
- loopCount
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |