|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.audio.AbstractAudible net.jinx.audio.TestAudible
public class TestAudible
This class is used for testing only. It's API is not stable in any sense of the word and will eventually vanish without any prior warning, except this one.
Constructor Summary | |
---|---|
TestAudible()
|
Method Summary | |
---|---|
void |
deinit()
Deinitializes this AbstractAudible. |
void |
init(net.java.games.joal.AL al,
net.java.games.joal.ALC alc)
Stores the AL and ALC objects for later. |
void |
update()
Updates OpenAL with new data for this Audible. |
Methods inherited from class net.jinx.audio.AbstractAudible |
---|
getAL, getALC, isInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAudible()
Method Detail |
---|
public void init(net.java.games.joal.AL al, net.java.games.joal.ALC alc)
AbstractAudible
init
in interface Audible
init
in class AbstractAudible
al
- the AL object to use for audio rendering.alc
- the ALC object to use for audio rendering.public void deinit()
AbstractAudible
deinit
in interface Audible
deinit
in class AbstractAudible
public void update()
Audible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |