|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSoundDSPCallback | |
---|---|
org.lwjgl.fmod3 |
Uses of FSoundDSPCallback in org.lwjgl.fmod3 |
---|
Methods in org.lwjgl.fmod3 with parameters of type FSoundDSPCallback | |
---|---|
static FSoundDSPUnit |
FSound.FSOUND_DSP_Create(FSoundDSPCallback callbackHandler,
int priority)
Creates a DSP unit, and places it in the DSP chain position specified by the priority parameter. |
static FSoundDSPUnit |
FSound.FSOUND_Stream_CreateDSP(FSoundStream stream,
FSoundDSPCallback callback,
int priority)
Allows the user to add a custom DSP unit to a stream Remarks The priority for a stream DSP unit is not related to the priorities specified in fmod.h. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |