Uses of Class
org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS

Packages that use FMOD_EVENT_PITCHUNITS
org.jouvieje.fmoddesigner   
org.jouvieje.fmoddesigner.enumerations   
 

Uses of FMOD_EVENT_PITCHUNITS in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner with parameters of type FMOD_EVENT_PITCHUNITS
 FMOD_RESULT Event.setPitch(float pitch, FMOD_EVENT_PITCHUNITS units)
           
 FMOD_RESULT Event.getPitch(java.nio.FloatBuffer pitch, FMOD_EVENT_PITCHUNITS units)
           
 FMOD_RESULT EventCategory.setPitch(float pitch, FMOD_EVENT_PITCHUNITS units)
           
 FMOD_RESULT EventCategory.getPitch(java.nio.FloatBuffer pitch, FMOD_EVENT_PITCHUNITS units)
           
 

Uses of FMOD_EVENT_PITCHUNITS in org.jouvieje.fmoddesigner.enumerations
 

Fields in org.jouvieje.fmoddesigner.enumerations declared as FMOD_EVENT_PITCHUNITS
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.FMOD_EVENT_PITCHUNITS_RAW
           
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.FMOD_EVENT_PITCHUNITS_OCTAVES
           
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.FMOD_EVENT_PITCHUNITS_SEMITONES
           
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.FMOD_EVENT_PITCHUNITS_TONES
           
 

Methods in org.jouvieje.fmoddesigner.enumerations that return FMOD_EVENT_PITCHUNITS
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.get(int nativeValue)
          Retrieve a FMOD_EVENT_PITCHUNITS enum field with his integer value
static FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS.get(Pointer pointer)
          Retrieve a FMOD_EVENT_PITCHUNITS enum field from a Pointer
 



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)