|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSoundStreamCallback | |
---|---|
org.lwjgl.fmod3 |
Uses of FSoundStreamCallback in org.lwjgl.fmod3 |
---|
Methods in org.lwjgl.fmod3 with parameters of type FSoundStreamCallback | |
---|---|
static FSoundStream |
FSound.FSOUND_Stream_Create(FSoundStreamCallback callbackHandler,
int lenbytes,
int mode,
int samplerate)
Creates a user definable stream file ready for playing. |
static boolean |
FSound.FSOUND_Stream_SetEndCallback(FSoundStream stream,
FSoundStreamCallback callback)
Sets a callback function for when a stream has ended Remarks Only calls back when a stream stops. |
static boolean |
FSound.FSOUND_Stream_SetSyncCallback(FSoundStream stream,
FSoundStreamCallback callback)
Sets a callback function for when a stream passes over a WAV tag/marker. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |