Uses of Class
org.jouvieje.fmodex.structures.FMOD_GUID

Packages that use FMOD_GUID
org.jouvieje.fmoddesigner   
org.jouvieje.fmoddesigner.structures   
org.jouvieje.fmodex   
org.jouvieje.fmodex.structures   
 

Uses of FMOD_GUID in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner with parameters of type FMOD_GUID
 FMOD_RESULT EventSystem.getEventByGUID(FMOD_GUID guid, int mode, Event event)
           
 

Uses of FMOD_GUID in org.jouvieje.fmoddesigner.structures
 

Methods in org.jouvieje.fmoddesigner.structures that return FMOD_GUID
 FMOD_GUID FMOD_EVENT_INFO.getGuid()
          [out] Pointer to a structure that will be filled with the event's GUID.
 

Uses of FMOD_GUID in org.jouvieje.fmodex
 

Methods in org.jouvieje.fmodex with parameters of type FMOD_GUID
 FMOD_RESULT System.getDriverInfo(int id, java.nio.ByteBuffer name, int namelen, FMOD_GUID guid)
           
 FMOD_RESULT System.getRecordDriverInfo(int id, java.nio.ByteBuffer name, int namelen, FMOD_GUID guid)
           
 

Uses of FMOD_GUID in org.jouvieje.fmodex.structures
 

Methods in org.jouvieje.fmodex.structures that return FMOD_GUID
static FMOD_GUID FMOD_GUID.asFMOD_GUID(Pointer pointer)
          Create a view of the Pointer object as a FMOD_GUID object.
static FMOD_GUID FMOD_GUID.allocate()
          Allocate a new FMOD_GUID.
 



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)