org.jouvieje.fmodex.enumerations
Class FMOD_DSP_ITECHO
java.lang.Object
org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
- All Implemented Interfaces:
- java.lang.Comparable, org.jouvieje.fmodex.enumerations.Enumeration
- public class FMOD_DSP_ITECHO
- extends java.lang.Object
- implements org.jouvieje.fmodex.enumerations.Enumeration, java.lang.Comparable
Parameter types for the FMOD_DSP_TYPE_ITECHO filter.
This is effectively a software based echo filter that emulates the DirectX DMO echo effect. Impulse tracker files can support this, and FMOD will produce the effect on ANY platform, not just those that support DirectX effects!
Remarks
Note. Every time the delay is changed, the plugin re-allocates the echo buffer. This means the echo will dissapear at that time while it refills its new buffer.
Larger echo delays result in larger amounts of memory allocated.
As this is a stereo filter made mainly for IT playback, it is targeted for stereo signals.
With mono signals only the FMOD_DSP_ITECHO_LEFTDELAY is used.
For multichannel signals (>2) there will be no echo on those channels.
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
System::addDSP
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
FMOD_DSP_ITECHO_WETDRYMIX
public static final FMOD_DSP_ITECHO FMOD_DSP_ITECHO_WETDRYMIX
FMOD_DSP_ITECHO_FEEDBACK
public static final FMOD_DSP_ITECHO FMOD_DSP_ITECHO_FEEDBACK
FMOD_DSP_ITECHO_LEFTDELAY
public static final FMOD_DSP_ITECHO FMOD_DSP_ITECHO_LEFTDELAY
FMOD_DSP_ITECHO_RIGHTDELAY
public static final FMOD_DSP_ITECHO FMOD_DSP_ITECHO_RIGHTDELAY
FMOD_DSP_ITECHO_PANDELAY
public static final FMOD_DSP_ITECHO FMOD_DSP_ITECHO_PANDELAY
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_ITECHO get(int nativeValue)
- Retrieve a FMOD_DSP_ITECHO enum field with his integer value
- Parameters:
nativeValue
- the integer value of the field to retrieve
- Returns:
- the FMOD_DSP_ITECHO enum field that correspond to the integer value
get
public static FMOD_DSP_ITECHO get(Pointer pointer)
- Retrieve a FMOD_DSP_ITECHO enum field from a Pointer
- Parameters:
pointer
- a pointer holding an FMOD_DSP_ITECHO enum field
- Returns:
- the FMOD_DSP_ITECHO 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)