org.jouvieje.fmodex.enumerations
Class FMOD_DSP_DELAY
java.lang.Object
org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
- All Implemented Interfaces:
- java.lang.Comparable, org.jouvieje.fmodex.enumerations.Enumeration
- public class FMOD_DSP_DELAY
- extends java.lang.Object
- implements org.jouvieje.fmodex.enumerations.Enumeration, java.lang.Comparable
Parameter types for the FMOD_DSP_TYPE_DELAY filter.
Remarks
Note. Every time MaxDelay is changed, the plugin re-allocates the delay buffer. This means the delay will dissapear at that time while it refills its new buffer.
A larger MaxDelay results in larger amounts of memory allocated.
Channel delays above MaxDelay will be clipped to MaxDelay and the delay buffer will not be resized.
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_DELAY_CH0
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH0
FMOD_DSP_DELAY_CH1
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH1
FMOD_DSP_DELAY_CH2
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH2
FMOD_DSP_DELAY_CH3
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH3
FMOD_DSP_DELAY_CH4
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH4
FMOD_DSP_DELAY_CH5
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH5
FMOD_DSP_DELAY_CH6
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH6
FMOD_DSP_DELAY_CH7
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH7
FMOD_DSP_DELAY_CH8
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH8
FMOD_DSP_DELAY_CH9
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH9
FMOD_DSP_DELAY_CH10
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH10
FMOD_DSP_DELAY_CH11
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH11
FMOD_DSP_DELAY_CH12
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH12
FMOD_DSP_DELAY_CH13
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH13
FMOD_DSP_DELAY_CH14
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH14
FMOD_DSP_DELAY_CH15
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_CH15
FMOD_DSP_DELAY_MAXDELAY
public static final FMOD_DSP_DELAY FMOD_DSP_DELAY_MAXDELAY
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_DELAY get(int nativeValue)
- Retrieve a FMOD_DSP_DELAY enum field with his integer value
- Parameters:
nativeValue
- the integer value of the field to retrieve
- Returns:
- the FMOD_DSP_DELAY enum field that correspond to the integer value
get
public static FMOD_DSP_DELAY get(Pointer pointer)
- Retrieve a FMOD_DSP_DELAY enum field from a Pointer
- Parameters:
pointer
- a pointer holding an FMOD_DSP_DELAY enum field
- Returns:
- the FMOD_DSP_DELAY 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)