Uses of Interface
org.lwjgl.fmod3.callbacks.FSoundStreamCallback

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.
 



Copyright © 2002-2006 lwjgl.org. All Rights Reserved.