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

java.lang.Object
  extended by org.lee.mugen.core.sound.SoundSystem.SoundBackGround
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SoundSystem

public static final class SoundSystem.SoundBackGround
extends java.lang.Object
implements java.lang.Runnable


Field Summary
static int _BUFFER
           
 
Constructor Summary
SoundSystem.SoundBackGround(java.lang.String name)
           
 
Method Summary
 void getSound(java.lang.String fileName)
           
static boolean isStop()
           
static void playMusic(java.lang.String path)
           
 void run()
           
 void setloop(boolean b)
           
static void stopMusic()
           
 void stopPlay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_BUFFER

public static final int _BUFFER
See Also:
Constant Field Values
Constructor Detail

SoundSystem.SoundBackGround

public SoundSystem.SoundBackGround(java.lang.String name)
Parameters:
name -
Method Detail

isStop

public static boolean isStop()
Returns:

playMusic

public static void playMusic(java.lang.String path)
Parameters:
path -

stopMusic

public static void stopMusic()

stopPlay

public void stopPlay()

setloop

public void setloop(boolean b)
Parameters:
b -

run

public void run()
Specified by:
run in interface java.lang.Runnable

getSound

public void getSound(java.lang.String fileName)
Parameters:
fileName -