Interface SoundAPI


public interface SoundAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setLocation(float x, float y)
     
    void
    setPitch(float pitch)
     
    void
    setVolume(float newValue)
     
    void
     
  • Method Details

    • stop

      void stop()
    • setVolume

      void setVolume(float newValue)
    • setPitch

      void setPitch(float pitch)
    • setLocation

      void setLocation(float x, float y)
    • isPlaying

      boolean isPlaying()