org.jouvieje.fmoddesigner
Class MusicPrompt

java.lang.Object
  extended byorg.jouvieje.fmodex.utils.Pointer
      extended byorg.jouvieje.fmoddesigner.MusicPrompt

public class MusicPrompt
extends Pointer

'MusicPrompt' API


Constructor Summary
MusicPrompt()
           
 
Method Summary
static MusicPrompt asMusicPrompt(Pointer pointer)
          Create a view of the Pointer object as a MusicPrompt object.
 FMOD_RESULT begin()
           
 FMOD_RESULT end()
           
 FMOD_RESULT getMemoryInfo(int memorybits, int event_memorybits, java.nio.IntBuffer memoryused, FMOD_MEMORY_USAGE_DETAILS memoryused_details)
           
 FMOD_RESULT isActive(java.nio.ByteBuffer active)
           
 FMOD_RESULT 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

MusicPrompt

public MusicPrompt()
Method Detail

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)