org.lee.mugen.core.sound
Class SoundSystem.Sfx

java.lang.Object
  extended by org.lee.mugen.core.sound.SoundSystem.Sfx
Enclosing class:
SoundSystem

public static class SoundSystem.Sfx
extends java.lang.Object


Constructor Summary
SoundSystem.Sfx()
           
 
Method Summary
static void playSnd(byte[] sound)
           
static void playSnd(byte[] sound, java.util.concurrent.atomic.AtomicBoolean isPlaying)
           
static void playSnd(byte[] sound, boolean async)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundSystem.Sfx

public SoundSystem.Sfx()
Method Detail

playSnd

public static void playSnd(byte[] sound)

playSnd

public static void playSnd(byte[] sound,
                           java.util.concurrent.atomic.AtomicBoolean isPlaying)

playSnd

public static void playSnd(byte[] sound,
                           boolean async)