|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jouvieje.fmodex.utils.Pointer
org.jouvieje.fmodex.structures.FMOD_MEMORY_USAGE_DETAILS
Constructor Summary | |
FMOD_MEMORY_USAGE_DETAILS()
Create an object that holds a null FMOD_MEMORY_USAGE_DETAILS . |
Method Summary | |
static FMOD_MEMORY_USAGE_DETAILS |
allocate()
Allocate a new FMOD_MEMORY_USAGE_DETAILS . |
static FMOD_MEMORY_USAGE_DETAILS |
asFMOD_MEMORY_USAGE_DETAILS(Pointer pointer)
Create a view of the Pointer object as a FMOD_MEMORY_USAGE_DETAILS object. |
int |
getChannel()
[out] Channel related memory |
int |
getChannelGroup()
[out] ChannelGroup objects and internals |
int |
getCodec()
[out] Codecs allocated for streaming |
int |
getDsp()
[out] DSP implementation objects |
int |
getDspCodec()
[out] Realtime file format decoding DSP objects |
int |
getDspConnection()
[out] DSPConnection objects and internals |
int |
getEventCategory()
[out] Event category objects |
int |
getEventEnvelope()
[out] Event envelope objects |
int |
getEventEnvelopeDef()
[out] Event envelope definition objects |
int |
getEventEnvelopePoint()
[out] Event envelope point objects |
int |
getEventGroupI()
[out] EventGroup objects and internals |
int |
getEventInstance()
[out] Event instance base objects |
int |
getEventInstanceComplex()
[out] Complex event instance objects |
int |
getEventInstanceLayer()
[out] Event layer instance objects |
int |
getEventInstancePool()
[out] Event instance pool memory |
int |
getEventInstanceSimple()
[out] Simple event instance objects |
int |
getEventInstanceSound()
[out] Event sound instance objects |
int |
getEventParameter()
[out] Event parameter objects |
int |
getEventProject()
[out] EventProject objects and internals |
int |
getEventReverb()
[out] Reverb objects |
int |
getEventSystem()
[out] EventSystem and various internals |
int |
getFev()
[out] Definition of objects contained in all loaded projects e.g. events, groups, categories |
int |
getFile()
[out] File buffers and structures |
int |
getGeometry()
[out] Geometry objects and internals |
int |
getMemoryFsb()
[out] Data loaded with registerMemoryFSB |
int |
getMusicSystem()
[out] MusicSystem and various internals |
int |
getOther()
[out] Memory not accounted for by other types |
int |
getOutput()
[out] Output module object and internals |
int |
getPlugins()
[out] Plugin objects and internals |
int |
getProfile()
[out] Profiler memory footprint. |
int |
getRecordBuffer()
[out] Buffer used to store recorded data from microphone |
int |
getReverb()
[out] Reverb implementation objects |
int |
getReverbChannelProps()
[out] Reverb channel properties structs |
int |
getReverbDef()
[out] Reverb definition objects |
int |
getSecondaryRam()
[out] Sound data stored in secondary RAM |
int |
getSound()
[out] Sound objects and internals |
int |
getSoundBankClass()
[out] Objects used to manage wave banks |
int |
getSoundBankList()
[out] Data used to manage lists of wave bank usage |
int |
getSoundDefClass()
[out] Sound definition objects |
int |
getSoundDefDefClass()
[out] Sound definition static data objects |
int |
getSoundDefPool()
[out] Sound definition pool data |
int |
getSoundGroup()
[out] SoundGroup objects and internals |
int |
getStreamBuffer()
[out] Stream buffer memory |
int |
getStreamInstance()
[out] Stream objects and internals |
int |
getString()
[out] String data |
int |
getSyncPoint()
[out] Sync point memory. |
int |
getSystem()
[out] System object and various internals |
int |
getUserProperty()
[out] User property objects |
void |
release()
|
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 |
Constructor Detail |
public FMOD_MEMORY_USAGE_DETAILS()
FMOD_MEMORY_USAGE_DETAILS
.isNull()
on the object created will returns true. FMOD_MEMORY_USAGE_DETAILS obj = new FMOD_MEMORY_USAGE_DETAILS();
(obj == null) <=> false
obj.isNull() <=> true
To creates a new FMOD_MEMORY_USAGE_DETAILS
, use the static "constructor" :
FMOD_MEMORY_USAGE_DETAILS obj = FMOD_MEMORY_USAGE_DETAILS.allocate();
allocate()
Method Detail |
public static FMOD_MEMORY_USAGE_DETAILS asFMOD_MEMORY_USAGE_DETAILS(Pointer pointer)
Pointer
object as a FMOD_MEMORY_USAGE_DETAILS
object.Pointer
holds a FMOD_MEMORY_USAGE_DETAILS object.
public static FMOD_MEMORY_USAGE_DETAILS allocate()
FMOD_MEMORY_USAGE_DETAILS
.isNull()
on the object created will return false. FMOD_MEMORY_USAGE_DETAILS obj = FMOD_MEMORY_USAGE_DETAILS.allocate();
(obj == null) <=> obj.isNull() <=> false
public void release()
public int getOther()
public int getString()
public int getSystem()
public int getPlugins()
public int getOutput()
public int getChannel()
public int getChannelGroup()
public int getCodec()
public int getFile()
public int getSound()
public int getSecondaryRam()
public int getSoundGroup()
public int getStreamBuffer()
public int getDspConnection()
public int getDsp()
public int getDspCodec()
public int getProfile()
public int getRecordBuffer()
public int getReverb()
public int getReverbChannelProps()
public int getGeometry()
public int getSyncPoint()
public int getEventSystem()
public int getMusicSystem()
public int getFev()
public int getMemoryFsb()
public int getEventProject()
public int getEventGroupI()
public int getSoundBankClass()
public int getSoundBankList()
public int getStreamInstance()
public int getSoundDefClass()
public int getSoundDefDefClass()
public int getSoundDefPool()
public int getReverbDef()
public int getEventReverb()
public int getUserProperty()
public int getEventInstance()
public int getEventInstanceComplex()
public int getEventInstanceSimple()
public int getEventInstanceLayer()
public int getEventInstanceSound()
public int getEventEnvelope()
public int getEventEnvelopeDef()
public int getEventParameter()
public int getEventCategory()
public int getEventEnvelopePoint()
public int getEventInstancePool()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |