Uses of Class
org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_ENTITY

Packages that use FMOD_MUSIC_ENTITY
org.jouvieje.fmoddesigner.structures   
 

Uses of FMOD_MUSIC_ENTITY in org.jouvieje.fmoddesigner.structures
 

Methods in org.jouvieje.fmoddesigner.structures that return FMOD_MUSIC_ENTITY
 FMOD_MUSIC_ENTITY FMOD_MUSIC_ITERATOR.getValue()
          The music entity the iterator points to.
static FMOD_MUSIC_ENTITY FMOD_MUSIC_ENTITY.asFMOD_MUSIC_ENTITY(Pointer pointer)
          Create a view of the Pointer object as a FMOD_MUSIC_ENTITY object.
static FMOD_MUSIC_ENTITY FMOD_MUSIC_ENTITY.allocate()
          Allocate a new FMOD_MUSIC_ENTITY.
 

Methods in org.jouvieje.fmoddesigner.structures with parameters of type FMOD_MUSIC_ENTITY
 void FMOD_MUSIC_ITERATOR.setValue(FMOD_MUSIC_ENTITY value)
          The music entity the iterator points to.
 



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)