Rate this page:

IAudioFileListener

Interface that may be used to handle audio file events

Methods

onPrepared

Copy URL

void

onPrepared(

IAudioFile

audioFile
)

The audio file is ready to be played.

If IAudioFile.play was called before this event, audio file will be played automatically.

Parameters

Returns

  • type:

    void

onStart

Copy URL

void

onStart(

IAudioFile

audioFile
)

The audio file playing is started

Parameters

Returns

  • type:

    void

onStop

Copy URL

void

onStop(

IAudioFile

audioFile
)

The audio file playing is stopped.

Parameters

Returns

  • type:

    void