|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.snd.Snd
public class Snd
| 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 |
|---|
public Snd()
| Method Detail |
|---|
public GroupSnd getGroup(int key)
public java.util.Collection<GroupSnd> getGroups()
public void addGroup(int key,
GroupSnd grp)
public void addSound(int grp,
int sample,
byte[] data)
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||