Interface AudioFilePlayerListener


  • public interface AudioFilePlayerListener
    Audio file player notification interface
    • Method Detail

      • onAudioFileDidStartPlaying

        void onAudioFileDidStartPlaying​(AudioFilePlayer player)
        Signal that the player has started playing.
        Parameters:
        player - The audio file player control interface.
      • onAudioFileDidStopPlaying

        void onAudioFileDidStopPlaying​(AudioFilePlayer player)
        Signal that the player has stopped playing.
        Parameters:
        player - The audio file player control interface.