|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PlayableMedia and PlayableAudio instead.
public interface Playable
Playable class.
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. will free memory associated with this object |
int |
getLoops()
Deprecated. - use PlayableMedia.getLoopCount() instead. |
int |
getMicrosecondLength()
Deprecated. |
int |
getMicrosecondPosition()
Deprecated. |
int |
getUniqueID()
Deprecated. return runtime ID. |
int |
getVolume()
Deprecated. Returns current volume in percent. |
boolean |
isDone()
Deprecated. Returns true if object is finished playing. |
boolean |
isLoaded()
Deprecated. Returns true if object is loaded and ready to be played |
boolean |
isPaused()
Deprecated. Returns true if paused |
void |
pause()
Deprecated. Will pause object |
void |
resume()
Deprecated. Will resume object if paused. |
void |
setLoops(int loops)
Deprecated. - use PlayableMedia.setLoopCount(int) instead. |
void |
setMicrosecondPosition(int ticks)
Deprecated. |
void |
setVolume(int volume)
Deprecated. Will set the current volume. |
boolean |
startDefault()
Deprecated. Start object with defaults Returns true if started |
boolean |
startWithFilter(int filter)
Deprecated. Start object with a filter Returns true if started |
void |
stop()
Deprecated. Will stop the object and reset to begining |
| Method Detail |
|---|
void destroy()
int getMicrosecondLength()
void setMicrosecondPosition(int ticks)
int getMicrosecondPosition()
boolean isDone()
boolean isLoaded()
boolean startDefault()
boolean startWithFilter(int filter)
void stop()
void setVolume(int volume)
int getVolume()
boolean isPaused()
void pause()
void resume()
int getUniqueID()
void setLoops(int loops)
PlayableMedia.setLoopCount(int) instead.
int getLoops()
PlayableMedia.getLoopCount() instead.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||