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

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

Uses of FMOD_REVERB_PROPERTIES in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner with parameters of type FMOD_REVERB_PROPERTIES
 FMOD_RESULT EventReverb.setProperties(FMOD_REVERB_PROPERTIES props)
           
 FMOD_RESULT EventReverb.getProperties(FMOD_REVERB_PROPERTIES props)
           
 FMOD_RESULT EventSystem.setReverbProperties(FMOD_REVERB_PROPERTIES props)
           
 FMOD_RESULT EventSystem.getReverbProperties(FMOD_REVERB_PROPERTIES props)
           
 FMOD_RESULT EventSystem.getReverbPreset(java.lang.String name, FMOD_REVERB_PROPERTIES props, java.nio.IntBuffer index)
           
 FMOD_RESULT EventSystem.getReverbPresetByIndex(int index, FMOD_REVERB_PROPERTIES props, Pointer name)
           
 FMOD_RESULT EventSystem.setReverbAmbientProperties(FMOD_REVERB_PROPERTIES props)
           
 FMOD_RESULT EventSystem.getReverbAmbientProperties(FMOD_REVERB_PROPERTIES props)
           
 

Uses of FMOD_REVERB_PROPERTIES in org.jouvieje.fmodex
 

Methods in org.jouvieje.fmodex with parameters of type FMOD_REVERB_PROPERTIES
 FMOD_RESULT Reverb.setProperties(FMOD_REVERB_PROPERTIES properties)
           
 FMOD_RESULT Reverb.getProperties(FMOD_REVERB_PROPERTIES properties)
           
 FMOD_RESULT System.setReverbProperties(FMOD_REVERB_PROPERTIES prop)
           
 FMOD_RESULT System.getReverbProperties(FMOD_REVERB_PROPERTIES prop)
           
 FMOD_RESULT System.setReverbAmbientProperties(FMOD_REVERB_PROPERTIES prop)
           
 FMOD_RESULT System.getReverbAmbientProperties(FMOD_REVERB_PROPERTIES prop)
           
 

Uses of FMOD_REVERB_PROPERTIES in org.jouvieje.fmodex.structures
 

Methods in org.jouvieje.fmodex.structures that return FMOD_REVERB_PROPERTIES
static FMOD_REVERB_PROPERTIES FMOD_REVERB_PROPERTIES.create(int preset)
          Create an FMOD_REVERB_PROPERTIES using a preset FMOD_REVERB_PRESETS.
static FMOD_REVERB_PROPERTIES FMOD_REVERB_PROPERTIES.asFMOD_REVERB_PROPERTIES(Pointer pointer)
          Create a view of the Pointer object as a FMOD_REVERB_PROPERTIES object.
static FMOD_REVERB_PROPERTIES FMOD_REVERB_PROPERTIES.allocate()
          Allocate a new FMOD_REVERB_PROPERTIES.
 



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)