Interface Lwjgl3Audio

  • All Superinterfaces:
    com.badlogic.gdx.Audio, com.badlogic.gdx.utils.Disposable
    All Known Implementing Classes:
    MockAudio, OpenALLwjgl3Audio

    public interface Lwjgl3Audio
    extends com.badlogic.gdx.Audio, com.badlogic.gdx.utils.Disposable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update()  
      • Methods inherited from interface com.badlogic.gdx.Audio

        getAvailableOutputDevices, newAudioDevice, newAudioRecorder, newMusic, newSound, switchOutputDevice
      • Methods inherited from interface com.badlogic.gdx.utils.Disposable

        dispose
    • Method Detail

      • update

        void update()