|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Audio
Title: Audio
Description: Interface to allow the Java audio objects to be treated the same for the Game program.
Copyright: Copyright (c) Nov 19, 2011
Method Summary | |
---|---|
void |
close()
|
Audio |
copy()
|
double |
getLength()
|
void |
pause()
|
void |
play()
|
void |
resume()
|
void |
setAudioListener(AudioListener listener)
|
void |
setLength(double length)
|
void |
stop()
|
void |
update(long elapseTime)
The update method is used for filter updates, when sound does have regular updates. |
Methods inherited from interface org.deken.game.Updateable |
---|
getName |
Method Detail |
---|
void close()
Audio copy()
double getLength()
void pause()
void play()
void resume()
void setLength(double length)
void stop()
void update(long elapseTime)
update
in interface Updateable
elapseTime
- void setAudioListener(AudioListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |