org.jouvieje.fmodex
Class FmodEx
java.lang.Object
org.jouvieje.fmodex.utils.Pointer
org.jouvieje.fmodex.FmodEx
- public class FmodEx
- extends Pointer
Methods inherited from class org.jouvieje.fmodex.utils.Pointer |
asByteBuffer, asDouble, asFloat, asInt, asLong, asPointer, asString, asString, equals, isNull, shareMemory |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Memory_Initialize
public static FMOD_RESULT Memory_Initialize(java.nio.ByteBuffer poolmem,
int poollen,
FMOD_MEMORY_ALLOCCALLBACK useralloc,
FMOD_MEMORY_REALLOCCALLBACK userrealloc,
FMOD_MEMORY_FREECALLBACK userfree,
int memtypeflags)
Memory_GetStats
public static FMOD_RESULT Memory_GetStats(java.nio.IntBuffer currentalloced,
java.nio.IntBuffer maxalloced,
boolean blocking)
Debug_SetLevel
public static FMOD_RESULT Debug_SetLevel(int level)
Debug_GetLevel
public static FMOD_RESULT Debug_GetLevel(java.nio.IntBuffer level)
File_SetDiskBusy
public static FMOD_RESULT File_SetDiskBusy(int busy)
File_GetDiskBusy
public static FMOD_RESULT File_GetDiskBusy(java.nio.IntBuffer busy)
System_Create
public static FMOD_RESULT System_Create(System system)
FMOD_ErrorString
public static java.lang.String FMOD_ErrorString(FMOD_RESULT errCode)
NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/
(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)