Interface AudioPlayer


public interface AudioPlayer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    void
    Starts playing/streaming the audio.
    void
    Stops playing/streaming the audio.
  • Method Details

    • startPlaying

      void startPlaying()
      Starts playing/streaming the audio.
    • stopPlaying

      void stopPlaying()
      Stops playing/streaming the audio.
    • isStarted

      boolean isStarted()
      Returns:
      if the player has been started
    • isPlaying

      boolean isPlaying()
      Returns:
      if the audio is still playing
    • isStopped

      boolean isStopped()
      Returns:
      if the player stopped playing