Uses of Class
org.lwjgl.fmod3.FSoundSampleLock

Packages that use FSoundSampleLock
org.lwjgl.fmod3   
 

Uses of FSoundSampleLock in org.lwjgl.fmod3
 

Methods in org.lwjgl.fmod3 with parameters of type FSoundSampleLock
static boolean FSound.FSOUND_Sample_Lock(FSoundSample sample, int offset, int length, FSoundSampleLock lock)
          Returns a reference to the beginning of the sample data for a sample.
static boolean FSound.FSOUND_Sample_Unlock(FSoundSample sample, FSoundSampleLock lock)
          Releases previous sample data lock from FSOUND_Sample_Lock
 



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