org.jouvieje.fmodex.enumerations
Class FMOD_DSP_ITLOWPASS
java.lang.Object
org.jouvieje.fmodex.enumerations.FMOD_DSP_ITLOWPASS
- All Implemented Interfaces:
- java.lang.Comparable, org.jouvieje.fmodex.enumerations.Enumeration
- public class FMOD_DSP_ITLOWPASS
- extends java.lang.Object
- implements org.jouvieje.fmodex.enumerations.Enumeration, java.lang.Comparable
Parameter types for the FMOD_DSP_TYPE_ITLOWPASS filter.
This is different to the default FMOD_DSP_TYPE_ITLOWPASS filter in that it uses a different quality algorithm and is
the filter used to produce the correct sounding playback in .IT files.
FMOD Ex's .IT playback uses this filter.
Remarks
Note! This filter actually has a limited cutoff frequency below the specified maximum, due to its limited design,
so for a more open range filter use FMOD_DSP_LOWPASS or if you don't mind not having resonance,
FMOD_DSP_LOWPASS_SIMPLE.
The effective maximum cutoff is about 8060hz.
Platforms Supported
Win32, Win64, Linux, Linux64, Macintosh, Xbox360, PlayStation 2, PlayStation Portable, PlayStation 3, Wii, Solaris, iPhone
See Also
DSP::setParameter
DSP::getParameter
FMOD_DSP_TYPE
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
FMOD_DSP_ITLOWPASS_CUTOFF
public static final FMOD_DSP_ITLOWPASS FMOD_DSP_ITLOWPASS_CUTOFF
FMOD_DSP_ITLOWPASS_RESONANCE
public static final FMOD_DSP_ITLOWPASS FMOD_DSP_ITLOWPASS_RESONANCE
asInt
public int asInt()
- Specified by:
asInt
in interface org.jouvieje.fmodex.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_DSP_ITLOWPASS get(int nativeValue)
- Retrieve a FMOD_DSP_ITLOWPASS enum field with his integer value
- Parameters:
nativeValue
- the integer value of the field to retrieve
- Returns:
- the FMOD_DSP_ITLOWPASS enum field that correspond to the integer value
get
public static FMOD_DSP_ITLOWPASS get(Pointer pointer)
- Retrieve a FMOD_DSP_ITLOWPASS enum field from a Pointer
- Parameters:
pointer
- a pointer holding an FMOD_DSP_ITLOWPASS enum field
- Returns:
- the FMOD_DSP_ITLOWPASS 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)