IAudioFileListener
Interface that may be used to handle audio file events
Methods
onPrepared
void
onPrepared( audioFile)
The audio file is ready to be played.
If IAudioFile.play was called before this event, audio file will be played automatically.
Parameters
audioFile:
The audio file
Returns
type:
void
onStart
void
onStart( audioFile)
The audio file playing is started
Parameters
audioFile:
The audio file
Returns
type:
void
onStop
void
onStop( audioFile)
The audio file playing is stopped.
Parameters
audioFile:
The audio file
Returns
type:
void