org.jouvieje.fmoddesigner
Class EventParameter
java.lang.Object
org.jouvieje.fmodex.utils.Pointer
org.jouvieje.fmoddesigner.EventParameter
- public class EventParameter
- extends Pointer
'EventParameter' 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 |
EventParameter
public EventParameter()
asEventParameter
public static EventParameter asEventParameter(Pointer pointer)
- Create a view of the
Pointer
object as a EventParameter
object.
This view is valid only if the memory holded by the Pointer
holds a EventParameter object.
getInfo
public FMOD_RESULT getInfo(java.nio.IntBuffer index,
Pointer name)
getRange
public FMOD_RESULT getRange(java.nio.FloatBuffer rangemin,
java.nio.FloatBuffer rangemax)
setValue
public FMOD_RESULT setValue(float value)
getValue
public FMOD_RESULT getValue(java.nio.FloatBuffer value)
setVelocity
public FMOD_RESULT setVelocity(float value)
getVelocity
public FMOD_RESULT getVelocity(java.nio.FloatBuffer value)
setSeekSpeed
public FMOD_RESULT setSeekSpeed(float value)
getSeekSpeed
public FMOD_RESULT getSeekSpeed(java.nio.FloatBuffer value)
setUserData
public FMOD_RESULT setUserData(Pointer userdata)
getUserData
public FMOD_RESULT getUserData(Pointer userdata)
keyOff
public FMOD_RESULT keyOff()
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)