|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.module.audio.AudioPlayer
public class AudioPlayer
| Nested Class Summary | |
|---|---|
class |
AudioPlayer.DecodingThread
|
| Constructor Summary | |
|---|---|
protected |
AudioPlayer(SoundBackend backend2)
|
| Method Summary | |
|---|---|
void |
close()
|
void |
endOfMediaReached()
|
void |
pause()
|
void |
play(java.io.InputStream is)
|
void |
resume()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AudioPlayer(SoundBackend backend2)
| Method Detail |
|---|
public void play(java.io.InputStream is)
throws java.io.IOException
play in interface IModuleAudioPlayerjava.io.IOExceptionpublic void pause()
pause in interface IModuleAudioPlayerpublic void resume()
resume in interface IModuleAudioPlayerpublic void endOfMediaReached()
public void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||