|
JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java (public API).
|
JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam) More...
Public Member Functions | |
| 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 More... | |
JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam)
Definition at line 47 of file ALExt.java.
| void com.jogamp.openal.ALExt.ALDEBUGPROCEXT.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