org.jouvieje.fmoddesigner.enumerations
Class FMOD_EVENT_PITCHUNITS
java.lang.Object
org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS
- All Implemented Interfaces:
- java.lang.Comparable, org.jouvieje.fmoddesigner.enumerations.Enumeration
- public class FMOD_EVENT_PITCHUNITS
- extends java.lang.Object
- implements org.jouvieje.fmoddesigner.enumerations.Enumeration, java.lang.Comparable
Pitch units for Event::setPitch and EventCategory::setPitch.
Remarks
Platforms Supported
Win32, Win64, Linux, Macintosh, Xbox, Xbox360, PlayStation 2, GameCube, PlayStation Portable, PlayStation 3, Wii
See Also
Event::setPitch
EventCategory::setPitch
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
FMOD_EVENT_PITCHUNITS_RAW
public static final FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS_RAW
FMOD_EVENT_PITCHUNITS_OCTAVES
public static final FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS_OCTAVES
FMOD_EVENT_PITCHUNITS_SEMITONES
public static final FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS_SEMITONES
FMOD_EVENT_PITCHUNITS_TONES
public static final FMOD_EVENT_PITCHUNITS FMOD_EVENT_PITCHUNITS_TONES
asInt
public int asInt()
- Specified by:
asInt
in interface org.jouvieje.fmoddesigner.enumerations.Enumeration
- Returns:
- the integer value of the enumeration constant.
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object object)
compareTo
public int compareTo(java.lang.Object object)
- Specified by:
compareTo
in interface java.lang.Comparable
get
public static FMOD_EVENT_PITCHUNITS get(int nativeValue)
- Retrieve a FMOD_EVENT_PITCHUNITS enum field with his integer value
- Parameters:
nativeValue
- the integer value of the field to retrieve
- Returns:
- the FMOD_EVENT_PITCHUNITS enum field that correspond to the integer value
get
public static FMOD_EVENT_PITCHUNITS get(Pointer pointer)
- Retrieve a FMOD_EVENT_PITCHUNITS enum field from a Pointer
- Parameters:
pointer
- a pointer holding an FMOD_EVENT_PITCHUNITS enum field
- Returns:
- the FMOD_EVENT_PITCHUNITS enum field that correspond to the enum field in the pointer
iterator
public static java.util.Iterator iterator()
- Returns:
- an
Iterator
over the elements in this enumeration.
Can be cast to Iterator
in Java 1.5.
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)