|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface responds to audio player events.
Method Summary | |
void |
playComplete()
play_complete - signifies when a song has finished playing |
void |
setUpSeek(int lengthInFrames)
setUpSeek - called before playing a song - retrieves the mp3 size in frames - sets the maximum slider value |
void |
updateAudioPosition(int value)
Notification that the time position of the audio file has been updated. |
Method Detail |
public void playComplete()
public void updateAudioPosition(int value)
value
- the new position of the audio file in its
playbackpublic void setUpSeek(int lengthInFrames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |