org.jouvieje.fmoddesigner
Class FmodDesigner

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

public class FmodDesigner
extends Pointer


Field Summary
static short FMOD_EVENT_NET_PORT
          Default port that the target (game) will listen on.
 
Method Summary
static FMOD_RESULT EventSystem_Create(EventSystem eventsystem)
           
static FMOD_RESULT NetEventSystem_GetVersion(java.nio.IntBuffer version)
           
static FMOD_RESULT NetEventSystem_Init(EventSystem eventsystem)
           
static FMOD_RESULT NetEventSystem_Init(EventSystem eventsystem, short port)
           
static FMOD_RESULT NetEventSystem_Shutdown()
           
static FMOD_RESULT NetEventSystem_Update()
           
 
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
 

Field Detail

FMOD_EVENT_NET_PORT

public static final short FMOD_EVENT_NET_PORT
Default port that the target (game) will listen on.

See Also:
Constant Field Values
Method Detail

NetEventSystem_Init

public static FMOD_RESULT NetEventSystem_Init(EventSystem eventsystem)

EventSystem_Create

public static FMOD_RESULT EventSystem_Create(EventSystem eventsystem)

NetEventSystem_Init

public static FMOD_RESULT NetEventSystem_Init(EventSystem eventsystem,
                                              short port)

NetEventSystem_Update

public static FMOD_RESULT NetEventSystem_Update()

NetEventSystem_Shutdown

public static FMOD_RESULT NetEventSystem_Shutdown()

NetEventSystem_GetVersion

public static FMOD_RESULT NetEventSystem_GetVersion(java.nio.IntBuffer version)


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)