JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.ALExt.ALDEBUGPROCEXT Interface Reference

JavaCallback interface: ALDEBUGPROCEXT -> void (*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar * message, void * userParam) More...

Collaboration diagram for com.jogamp.openal.ALExt.ALDEBUGPROCEXT:

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...
 

Detailed Description

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.

Member Function Documentation

◆ callback()

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


The documentation for this interface was generated from the following file: