Interface ALExt.ALDEBUGPROCEXT

  • Enclosing interface:
    ALExt

    public static interface ALExt.ALDEBUGPROCEXT
    JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void callback​(int source, int type, int id, int severity, String message, ALCcontext userParam)
      Interface to C language function:
      void callback(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam)
      Alias for: ALDEBUGPROCEXT
    • Method Detail

      • callback

        void callback​(int source,
                      int type,
                      int id,
                      int severity,
                      String message,
                      ALCcontext userParam)
        Interface to C language function:
        void callback(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam)
        Alias for: ALDEBUGPROCEXT