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

Packages that use FSoundSeekCallback
org.lwjgl.fmod3   
 

Uses of FSoundSeekCallback in org.lwjgl.fmod3
 

Methods in org.lwjgl.fmod3 with parameters of type FSoundSeekCallback
static void FSound.FSOUND_File_SetCallbacks(FSoundOpenCallback open, FSoundCloseCallback close, FSoundReadCallback read, FSoundSeekCallback seek, FSoundTellCallback tell)
          Specify user callbacks for FMOD's internal file manipulation functions.
 



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