org.lee.mugen.snd
Class Snd

java.lang.Object
  extended by org.lee.mugen.snd.Snd

public class Snd
extends java.lang.Object


Constructor Summary
Snd()
           
 
Method Summary
 void addGroup(int key, GroupSnd grp)
           
 void addSound(int grp, int sample, byte[] data)
           
 int getCount()
           
 GroupSnd getGroup(int key)
           
 java.util.Collection<GroupSnd> getGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snd

public Snd()
Method Detail

getGroup

public GroupSnd getGroup(int key)

getGroups

public java.util.Collection<GroupSnd> getGroups()

addGroup

public void addGroup(int key,
                     GroupSnd grp)

addSound

public void addSound(int grp,
                     int sample,
                     byte[] data)

getCount

public int getCount()