org.jouvieje.fmoddesigner
Class MusicPrompt
java.lang.Object
org.jouvieje.fmodex.utils.Pointer
org.jouvieje.fmoddesigner.MusicPrompt
- public class MusicPrompt
- extends Pointer
'MusicPrompt' API
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 |
MusicPrompt
public MusicPrompt()
asMusicPrompt
public static MusicPrompt asMusicPrompt(Pointer pointer)
- Create a view of the
Pointer
object as a MusicPrompt
object.
This view is valid only if the memory holded by the Pointer
holds a MusicPrompt object.
release
public FMOD_RESULT release()
begin
public FMOD_RESULT begin()
end
public FMOD_RESULT end()
isActive
public FMOD_RESULT isActive(java.nio.ByteBuffer active)
getMemoryInfo
public FMOD_RESULT getMemoryInfo(int memorybits,
int event_memorybits,
java.nio.IntBuffer memoryused,
FMOD_MEMORY_USAGE_DETAILS memoryused_details)
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)