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

JavaCallback interface: ALEVENTPROCSOFT -> void (*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam) More...

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

Public Member Functions

void callback (int eventType, int object, int param, String message, ALCcontext userParam)
 Interface to C language function:
void callback(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam)
Alias for: ALEVENTPROCSOFT
More...
 

Detailed Description

JavaCallback interface: ALEVENTPROCSOFT -> void (*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam)

Definition at line 28 of file ALExt.java.

Member Function Documentation

◆ callback()

void com.jogamp.openal.ALExt.ALEVENTPROCSOFT.callback ( int  eventType,
int  object,
int  param,
String  message,
ALCcontext  userParam 
)

Interface to C language function:
void callback(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar * message, void * userParam)
Alias for: ALEVENTPROCSOFT


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