A B C D E F G I J K L M N O P R S T U V W

F

FMOD_2D - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Ignores any 3d processing.
FMOD_3D - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Makes the sound positionable in 3D.
FMOD_3D_CUSTOMROLLOFF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
This sound will follow a rolloff model defined by Sound::set3DCustomRolloff / Channel::set3DCustomRolloff.
FMOD_3D_HEADRELATIVE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Make the sound's position, velocity and orientation relative to the listener.
FMOD_3D_IGNOREGEOMETRY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Is not affect by geometry occlusion.
FMOD_3D_LINEARROLLOFF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
This sound will follow a linear rolloff model where mindistance = full volume, maxdistance = silence.
FMOD_3D_LOGROLLOFF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
This sound will follow the standard logarithmic rolloff model where mindistance = full volume, maxdistance = where sound stops attenuating, and rolloff is fixed according to the global rolloff factor.
FMOD_3D_ROLLOFFCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_3D_ROLLOFFCALLBACK.
 
FMOD_3D_ROLLOFFCALLBACK(Channel, float) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_3D_ROLLOFFCALLBACK
 
FMOD_3D_WORLDRELATIVE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Make the sound's position, velocity and orientation absolute (relative to the world).
FMOD_ACCURATETIME - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For System::createSound - for accurate Sound::getLength/Channel::setPosition on VBR MP3, and MOD/S3M/XM/IT/MIDI files.
FMOD_ADVANCEDSETTINGS - class org.jouvieje.fmodex.structures.FMOD_ADVANCEDSETTINGS.
 
FMOD_ADVANCEDSETTINGS() - Constructor for class org.jouvieje.fmodex.structures.FMOD_ADVANCEDSETTINGS
Create an object that holds a null FMOD_ADVANCEDSETTINGS.
FMOD_ASYNCREADINFO - class org.jouvieje.fmodex.structures.FMOD_ASYNCREADINFO.
 
FMOD_ASYNCREADINFO() - Constructor for class org.jouvieje.fmodex.structures.FMOD_ASYNCREADINFO
Create an object that holds a null FMOD_ASYNCREADINFO.
FMOD_CAPS - interface org.jouvieje.fmodex.defines.FMOD_CAPS.

Bit fields to use with System::getDriverCaps to determine the capabilities of a card / output device.
FMOD_CAPS_HARDWARE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports hardware mixing.
FMOD_CAPS_HARDWARE_EMULATED - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
User has device set to 'Hardware acceleration = off' in control panel, and now extra 200ms latency is incurred.
FMOD_CAPS_NONE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device has no special capabilities.
FMOD_CAPS_OUTPUT_FORMAT_PCM16 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can output to 16bit integer PCM.
FMOD_CAPS_OUTPUT_FORMAT_PCM24 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can output to 24bit integer PCM.
FMOD_CAPS_OUTPUT_FORMAT_PCM32 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can output to 32bit integer PCM.
FMOD_CAPS_OUTPUT_FORMAT_PCM8 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can output to 8bit integer PCM.
FMOD_CAPS_OUTPUT_FORMAT_PCMFLOAT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can output to 32bit floating point PCM.
FMOD_CAPS_OUTPUT_MULTICHANNEL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device can do multichannel output, ie greater than 2 channels.
FMOD_CAPS_REVERB_EAX2 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports EAX2 reverb.
FMOD_CAPS_REVERB_EAX3 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports EAX3 reverb.
FMOD_CAPS_REVERB_EAX4 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports EAX4 reverb
FMOD_CAPS_REVERB_EAX5 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports EAX5 reverb
FMOD_CAPS_REVERB_I3DL2 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports I3DL2 reverb.
FMOD_CAPS_REVERB_LIMITED - Static variable in interface org.jouvieje.fmodex.defines.FMOD_CAPS
Device supports some form of limited hardware reverb, maybe parameterless and only selectable by environment.
FMOD_CDDA_FORCEASPI - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For CDDA sounds only - use ASPI instead of NTSCSI to access the specified CD/DVD device.
FMOD_CDDA_JITTERCORRECT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For CDDA sounds only - perform jitter correction.
FMOD_CDTOC - class org.jouvieje.fmodex.structures.FMOD_CDTOC.
 
FMOD_CDTOC() - Constructor for class org.jouvieje.fmodex.structures.FMOD_CDTOC
Create an object that holds a null FMOD_CDTOC.
FMOD_CHANNELINDEX - class org.jouvieje.fmodex.enumerations.FMOD_CHANNELINDEX.


Special channel index values for FMOD functions.
FMOD_CHANNEL_CALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CHANNEL_CALLBACK.
 
FMOD_CHANNEL_CALLBACK(Channel, FMOD_CHANNEL_CALLBACKTYPE, Pointer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CHANNEL_CALLBACK
 
FMOD_CHANNEL_CALLBACKTYPE - class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE.


These callback types are used with Channel::setCallback.
FMOD_CHANNEL_CALLBACKTYPE_END - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_CALLBACKTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_CALLBACKTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_CALLBACKTYPE_OCCLUSION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_CALLBACKTYPE_SYNCPOINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_CALLBACKTYPE_VIRTUALVOICE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNEL_CALLBACKTYPE
 
FMOD_CHANNEL_FREE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNELINDEX
 
FMOD_CHANNEL_REUSE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_CHANNELINDEX
 
FMOD_CODEC_CLOSECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_CLOSECALLBACK.
 
FMOD_CODEC_CLOSECALLBACK(FMOD_CODEC_STATE) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_CLOSECALLBACK
 
FMOD_CODEC_DESCRIPTION - class org.jouvieje.fmodex.structures.FMOD_CODEC_DESCRIPTION.
 
FMOD_CODEC_DESCRIPTION() - Constructor for class org.jouvieje.fmodex.structures.FMOD_CODEC_DESCRIPTION
Create an object that holds a null FMOD_CODEC_DESCRIPTION.
FMOD_CODEC_GETLENGTHCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETLENGTHCALLBACK.
 
FMOD_CODEC_GETLENGTHCALLBACK(FMOD_CODEC_STATE, IntBuffer, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETLENGTHCALLBACK
 
FMOD_CODEC_GETPOSITIONCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETPOSITIONCALLBACK.
 
FMOD_CODEC_GETPOSITIONCALLBACK(FMOD_CODEC_STATE, IntBuffer, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETPOSITIONCALLBACK
 
FMOD_CODEC_GETWAVEFORMAT - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETWAVEFORMAT.
 
FMOD_CODEC_GETWAVEFORMAT(FMOD_CODEC_STATE, int, FMOD_CODEC_WAVEFORMAT) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETWAVEFORMAT
 
FMOD_CODEC_METADATACALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_METADATACALLBACK.
 
FMOD_CODEC_METADATACALLBACK(FMOD_CODEC_STATE, FMOD_TAGTYPE, String, Pointer, int, FMOD_TAGDATATYPE, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_METADATACALLBACK
 
FMOD_CODEC_OPENCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_OPENCALLBACK.
 
FMOD_CODEC_OPENCALLBACK(FMOD_CODEC_STATE, int, FMOD_CREATESOUNDEXINFO) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_OPENCALLBACK
 
FMOD_CODEC_READCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_READCALLBACK.
 
FMOD_CODEC_READCALLBACK(FMOD_CODEC_STATE, ByteBuffer, int, IntBuffer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_READCALLBACK
 
FMOD_CODEC_SETPOSITIONCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_SETPOSITIONCALLBACK.
 
FMOD_CODEC_SETPOSITIONCALLBACK(FMOD_CODEC_STATE, int, int, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_SETPOSITIONCALLBACK
 
FMOD_CODEC_SOUNDCREATECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_SOUNDCREATECALLBACK.
 
FMOD_CODEC_SOUNDCREATECALLBACK(FMOD_CODEC_STATE, int, Sound) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_CODEC_SOUNDCREATECALLBACK
 
FMOD_CODEC_STATE - class org.jouvieje.fmodex.structures.FMOD_CODEC_STATE.
 
FMOD_CODEC_STATE() - Constructor for class org.jouvieje.fmodex.structures.FMOD_CODEC_STATE
Create an object that holds a null FMOD_CODEC_STATE.
FMOD_CODEC_WAVEFORMAT - class org.jouvieje.fmodex.structures.FMOD_CODEC_WAVEFORMAT.
 
FMOD_CODEC_WAVEFORMAT() - Constructor for class org.jouvieje.fmodex.structures.FMOD_CODEC_WAVEFORMAT
Create an object that holds a null FMOD_CODEC_WAVEFORMAT.
FMOD_CREATECOMPRESSEDSAMPLE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Load MP2, MP3, IMAADPCM or XMA into memory and leave it compressed.
FMOD_CREATESAMPLE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Decompress at loadtime, decompressing or decoding whole file into memory as the target sample format (ie PCM).
FMOD_CREATESOUNDEXINFO - class org.jouvieje.fmodex.structures.FMOD_CREATESOUNDEXINFO.
 
FMOD_CREATESOUNDEXINFO() - Constructor for class org.jouvieje.fmodex.structures.FMOD_CREATESOUNDEXINFO
Create an object that holds a null FMOD_CREATESOUNDEXINFO.
FMOD_CREATESTREAM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Decompress at runtime, streaming from the source provided (ie from disk).
FMOD_DEBUGLEVEL - interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL.

Bit fields to use with FMOD::Debug_SetLevel / FMOD::Debug_GetLevel to control the level of tty debug output with logging versions of FMOD (fmodL).
FMOD_DEBUG_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_DISPLAY_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_DISPLAY_COMPRESS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_DISPLAY_LINENUMBERS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_DISPLAY_THREAD - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_DISPLAY_TIMESTAMPS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_ERROR - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_HINT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_LOG - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_NONE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_LEVEL_WARNING - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_EVENT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_FILE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_MEMORY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_NET - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEBUG_TYPE_THREAD - Static variable in interface org.jouvieje.fmodex.defines.FMOD_DEBUGLEVEL
 
FMOD_DEFAULT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
FMOD_DEFAULT is a default sound type.
FMOD_DELAYTYPE - class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE.


Types of delay that can be used with Channel::setDelay / Channel::getDelay.
FMOD_DELAYTYPE_DSPCLOCK_END - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DELAYTYPE_DSPCLOCK_PAUSE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DELAYTYPE_DSPCLOCK_START - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DELAYTYPE_END_MS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DELAYTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DELAYTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DELAYTYPE
 
FMOD_DSP_CHORUS - class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS.


Parameter types for the FMOD_DSP_TYPE_CHORUS filter.
FMOD_DSP_CHORUS_DELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_DEPTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_DRYMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_FEEDBACK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_RATE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_WETMIX1 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_WETMIX2 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_CHORUS_WETMIX3 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_CHORUS
 
FMOD_DSP_COMPRESSOR - class org.jouvieje.fmodex.enumerations.FMOD_DSP_COMPRESSOR.


Parameter types for the FMOD_DSP_TYPE_COMPRESSOR unit.
FMOD_DSP_COMPRESSOR_ATTACK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_COMPRESSOR
 
FMOD_DSP_COMPRESSOR_GAINMAKEUP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_COMPRESSOR
 
FMOD_DSP_COMPRESSOR_RELEASE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_COMPRESSOR
 
FMOD_DSP_COMPRESSOR_THRESHOLD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_COMPRESSOR
 
FMOD_DSP_CREATECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_CREATECALLBACK.
 
FMOD_DSP_CREATECALLBACK(FMOD_DSP_STATE) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_CREATECALLBACK
 
FMOD_DSP_DELAY - class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY.


Parameter types for the FMOD_DSP_TYPE_DELAY filter.
FMOD_DSP_DELAY_CH0 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH1 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH10 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH11 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH12 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH13 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH14 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH15 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH2 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH3 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH4 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH5 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH6 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH7 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH8 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_CH9 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DELAY_MAXDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DELAY
 
FMOD_DSP_DESCRIPTION - class org.jouvieje.fmodex.structures.FMOD_DSP_DESCRIPTION.
 
FMOD_DSP_DESCRIPTION() - Constructor for class org.jouvieje.fmodex.structures.FMOD_DSP_DESCRIPTION
Create an object that holds a null FMOD_DSP_DESCRIPTION.
FMOD_DSP_DIALOGCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_DIALOGCALLBACK.
 
FMOD_DSP_DIALOGCALLBACK(FMOD_DSP_STATE, Component, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_DIALOGCALLBACK
 
FMOD_DSP_DISTORTION - class org.jouvieje.fmodex.enumerations.FMOD_DSP_DISTORTION.


Parameter types for the FMOD_DSP_TYPE_DISTORTION filter.
FMOD_DSP_DISTORTION_LEVEL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_DISTORTION
 
FMOD_DSP_ECHO - class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO.


Parameter types for the FMOD_DSP_TYPE_ECHO filter.
FMOD_DSP_ECHO_DECAYRATIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO
 
FMOD_DSP_ECHO_DELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO
 
FMOD_DSP_ECHO_DRYMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO
 
FMOD_DSP_ECHO_MAXCHANNELS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO
 
FMOD_DSP_ECHO_WETMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ECHO
 
FMOD_DSP_FFT_WINDOW - class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW.


List of windowing methods used in spectrum analysis to reduce leakage / transient signals intefering with the analysis.
FMOD_DSP_FFT_WINDOW_BLACKMAN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_BLACKMANHARRIS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_HAMMING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_HANNING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_RECT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FFT_WINDOW_TRIANGLE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FFT_WINDOW
 
FMOD_DSP_FLANGE - class org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE.


Parameter types for the FMOD_DSP_TYPE_FLANGE filter.
FMOD_DSP_FLANGE_DEPTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE
 
FMOD_DSP_FLANGE_DRYMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE
 
FMOD_DSP_FLANGE_RATE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE
 
FMOD_DSP_FLANGE_WETMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE
 
FMOD_DSP_GETPARAMCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_GETPARAMCALLBACK.
 
FMOD_DSP_GETPARAMCALLBACK(FMOD_DSP_STATE, int, FloatBuffer, ByteBuffer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_GETPARAMCALLBACK
 
FMOD_DSP_HIGHPASS - class org.jouvieje.fmodex.enumerations.FMOD_DSP_HIGHPASS.


Parameter types for the FMOD_DSP_TYPE_HIGHPASS filter.
FMOD_DSP_HIGHPASS_CUTOFF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_HIGHPASS
 
FMOD_DSP_HIGHPASS_RESONANCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_HIGHPASS
 
FMOD_DSP_ITECHO - class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO.


Parameter types for the FMOD_DSP_TYPE_ITECHO filter.
FMOD_DSP_ITECHO_FEEDBACK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
 
FMOD_DSP_ITECHO_LEFTDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
 
FMOD_DSP_ITECHO_PANDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
 
FMOD_DSP_ITECHO_RIGHTDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
 
FMOD_DSP_ITECHO_WETDRYMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITECHO
 
FMOD_DSP_ITLOWPASS - class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITLOWPASS.


Parameter types for the FMOD_DSP_TYPE_ITLOWPASS filter.
FMOD_DSP_ITLOWPASS_CUTOFF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITLOWPASS
 
FMOD_DSP_ITLOWPASS_RESONANCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_ITLOWPASS
 
FMOD_DSP_LOWPASS - class org.jouvieje.fmodex.enumerations.FMOD_DSP_LOWPASS.


Parameter types for the FMOD_DSP_TYPE_LOWPASS filter.
FMOD_DSP_LOWPASS_CUTOFF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_LOWPASS
 
FMOD_DSP_LOWPASS_RESONANCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_LOWPASS
 
FMOD_DSP_LOWPASS_SIMPLE - class org.jouvieje.fmodex.enumerations.FMOD_DSP_LOWPASS_SIMPLE.


Parameter types for the FMOD_DSP_TYPE_LOWPASS_SIMPLE filter.
FMOD_DSP_LOWPASS_SIMPLE_CUTOFF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_LOWPASS_SIMPLE
 
FMOD_DSP_NORMALIZE - class org.jouvieje.fmodex.enumerations.FMOD_DSP_NORMALIZE.


Parameter types for the FMOD_DSP_TYPE_NORMALIZE filter.
FMOD_DSP_NORMALIZE_FADETIME - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_NORMALIZE
 
FMOD_DSP_NORMALIZE_MAXAMP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_NORMALIZE
 
FMOD_DSP_NORMALIZE_THRESHHOLD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_NORMALIZE
 
FMOD_DSP_OSCILLATOR - class org.jouvieje.fmodex.enumerations.FMOD_DSP_OSCILLATOR.


Parameter types for the FMOD_DSP_TYPE_OSCILLATOR filter.
FMOD_DSP_OSCILLATOR_RATE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_OSCILLATOR
 
FMOD_DSP_OSCILLATOR_TYPE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_OSCILLATOR
 
FMOD_DSP_PARAMEQ - class org.jouvieje.fmodex.enumerations.FMOD_DSP_PARAMEQ.


Parameter types for the FMOD_DSP_TYPE_PARAMEQ filter.
FMOD_DSP_PARAMEQ_BANDWIDTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PARAMEQ
 
FMOD_DSP_PARAMEQ_CENTER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PARAMEQ
 
FMOD_DSP_PARAMEQ_GAIN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PARAMEQ
 
FMOD_DSP_PARAMETERDESC - class org.jouvieje.fmodex.structures.FMOD_DSP_PARAMETERDESC.
 
FMOD_DSP_PARAMETERDESC() - Constructor for class org.jouvieje.fmodex.structures.FMOD_DSP_PARAMETERDESC
Create an object that holds a null FMOD_DSP_PARAMETERDESC.
FMOD_DSP_PITCHSHIFT - class org.jouvieje.fmodex.enumerations.FMOD_DSP_PITCHSHIFT.


Parameter types for the FMOD_DSP_TYPE_PITCHSHIFT filter.
FMOD_DSP_PITCHSHIFT_FFTSIZE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PITCHSHIFT
 
FMOD_DSP_PITCHSHIFT_MAXCHANNELS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PITCHSHIFT
 
FMOD_DSP_PITCHSHIFT_OVERLAP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PITCHSHIFT
 
FMOD_DSP_PITCHSHIFT_PITCH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_PITCHSHIFT
 
FMOD_DSP_READCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_READCALLBACK.
 
FMOD_DSP_READCALLBACK(FMOD_DSP_STATE, FloatBuffer, FloatBuffer, int, int, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_READCALLBACK
 
FMOD_DSP_RELEASECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_RELEASECALLBACK.
 
FMOD_DSP_RELEASECALLBACK(FMOD_DSP_STATE) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_RELEASECALLBACK
 
FMOD_DSP_RESAMPLER - class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER.


List of interpolation types that the FMOD Ex software mixer supports.
FMOD_DSP_RESAMPLER_CUBIC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESAMPLER_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESAMPLER_LINEAR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESAMPLER_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESAMPLER_NOINTERP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESAMPLER_SPLINE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_RESAMPLER
 
FMOD_DSP_RESETCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_RESETCALLBACK.
 
FMOD_DSP_RESETCALLBACK(FMOD_DSP_STATE) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_RESETCALLBACK
 
FMOD_DSP_REVERB - class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB.


Parameter types for the FMOD_DSP_TYPE_REVERB filter.
FMOD_DSP_REVERB_DAMP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_REVERB_DRYMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_REVERB_MODE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_REVERB_ROOMSIZE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_REVERB_WETMIX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_REVERB_WIDTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_REVERB
 
FMOD_DSP_SETPARAMCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_SETPARAMCALLBACK.
 
FMOD_DSP_SETPARAMCALLBACK(FMOD_DSP_STATE, int, float) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_SETPARAMCALLBACK
 
FMOD_DSP_SETPOSITIONCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_DSP_SETPOSITIONCALLBACK.
 
FMOD_DSP_SETPOSITIONCALLBACK(FMOD_DSP_STATE, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_DSP_SETPOSITIONCALLBACK
 
FMOD_DSP_SFXREVERB - class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB.


Parameter types for the FMOD_DSP_TYPE_SFXREVERB unit.
FMOD_DSP_SFXREVERB_DECAYHFRATIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_DECAYTIME - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_DENSITY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_DIFFUSION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_DRYLEVEL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_HFREFERENCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_LFREFERENCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_REFLECTIONSDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_REFLECTIONSLEVEL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_REVERBDELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_REVERBLEVEL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_ROOM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_ROOMHF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_ROOMLF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_SFXREVERB_ROOMROLLOFFFACTOR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_SFXREVERB
 
FMOD_DSP_STATE - class org.jouvieje.fmodex.structures.FMOD_DSP_STATE.
 
FMOD_DSP_STATE() - Constructor for class org.jouvieje.fmodex.structures.FMOD_DSP_STATE
Create an object that holds a null FMOD_DSP_STATE.
FMOD_DSP_TREMOLO - class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO.


Parameter types for the FMOD_DSP_TYPE_TREMOLO filter.
FMOD_DSP_TREMOLO_DEPTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_DUTY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_FREQUENCY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_PHASE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_SHAPE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_SKEW - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_SPREAD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TREMOLO_SQUARE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TREMOLO
 
FMOD_DSP_TYPE - class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE.


These definitions can be used for creating FMOD defined special effects or DSP units.
FMOD_DSP_TYPE_CHORUS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_COMPRESSOR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_DELAY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_DISTORTION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_ECHO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_FLANGE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_HIGHPASS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_ITECHO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_ITLOWPASS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_LOWPASS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_LOWPASS_SIMPLE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_MIXER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_NORMALIZE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_OSCILLATOR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_PARAMEQ - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_PITCHSHIFT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_REVERB - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_SFXREVERB - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_TREMOLO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_UNKNOWN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_VSTPLUGIN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_DSP_TYPE_WINAMPPLUGIN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_DSP_TYPE
 
FMOD_ERR_ALREADYLOCKED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_BADCOMMAND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_DRIVERS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_INIT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_INVALID_DEVICE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_NOAUDIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_NODEVICES - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_NODISC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CDDA_READ - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CHANNEL_ALLOC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_CHANNEL_STOLEN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_COM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DMA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DSP_CONNECTION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DSP_FORMAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DSP_NOTFOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DSP_RUNNING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_DSP_TOOMANYCONNECTIONS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_ALREADY_LOADED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_FAILED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_GUIDCONFLICT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_INFOONLY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_INTERNAL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_MAXSTREAMS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_MISMATCH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_NAMECONFLICT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_NEEDSSIMPLE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_EVENT_NOTFOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_BAD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_COULDNOTSEEK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_DISKEJECTED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_EOF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_NOTFOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FILE_UNWANTED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_FORMAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_HTTP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_HTTP_ACCESS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_HTTP_PROXY_AUTH - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_HTTP_SERVER_ERROR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_HTTP_TIMEOUT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INITIALIZATION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INITIALIZED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INTERNAL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_ADDRESS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_FLOAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_HANDLE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_PARAM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_POSITION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_SPEAKER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_SYNCPOINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_INVALID_VECTOR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_IRX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MAXAUDIBLE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MEMORY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MEMORY_CANTPOINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MEMORY_IOP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MEMORY_SRAM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MUSIC_NOCALLBACK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MUSIC_NOTFOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_MUSIC_UNINITIALIZED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NEEDS2D - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NEEDS3D - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NEEDSHARDWARE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NEEDSSOFTWARE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NET_CONNECT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NET_SOCKET_ERROR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NET_URL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NET_WOULD_BLOCK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_NOTREADY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_ALLOCATED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_CREATEBUFFER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_DRIVERCALL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_ENUMERATION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_FORMAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_INIT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_NOHARDWARE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_OUTPUT_NOSOFTWARE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PAN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PLUGIN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PLUGIN_INSTANCES - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PLUGIN_MISSING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PLUGIN_RESOURCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PRELOADED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_PROGRAMMERSOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_RECORD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_REVERB_INSTANCE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_SUBSOUNDS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_SUBSOUND_ALLOCATED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_SUBSOUND_CANTMOVE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_SUBSOUND_MODE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_TAGNOTFOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_TOOMANYCHANNELS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_UNIMPLEMENTED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_UNINITIALIZED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_UNSUPPORTED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_UPDATE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_ERR_VERSION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_EVENTPROPERTY_3D_CONEINSIDEANGLE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_CONEOUTSIDEANGLE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_CONEOUTSIDEVOLUME - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_DOPPLERSCALE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_IGNORE_GEOMETRY - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_MAXDISTANCE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_MINDISTANCE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_PANLEVEL - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_POSITION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_POSRANDOMIZATION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_ROLLOFF - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_3D_SPEAKERSPREAD - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_EFFECTS_AFFECT_REVERB - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_EVENTTYPE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_FADEIN - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_FADEOUT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_MAX_PLAYBACKS - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_MAX_PLAYBACKS_BEHAVIOR - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_MODE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_NAME - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_ONESHOT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCH - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCHRANDOMIZATION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCHRANDOMIZATION_OCTAVES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCHRANDOMIZATION_SEMITONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCHRANDOMIZATION_TONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCH_OCTAVES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCH_SEMITONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PITCH_TONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_PRIORITY - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_REVERBDRYLEVEL - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_REVERBWETLEVEL - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPAWNINTENSITY - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPAWNINTENSITY_RANDOMIZATION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_C - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_L - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_LFE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_LR - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_LS - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_R - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_RR - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_SPEAKER_RS - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_STEAL_PRIORITY - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_TIMEOFFSET - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_TYPE - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTPROPERTY_TYPE.


Event property types.
FMOD_EVENTPROPERTY_TYPE_FLOAT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTPROPERTY_TYPE
 
FMOD_EVENTPROPERTY_TYPE_INT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTPROPERTY_TYPE
 
FMOD_EVENTPROPERTY_TYPE_STRING - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTPROPERTY_TYPE
 
FMOD_EVENTPROPERTY_USER_BASE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_VOLUME - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_VOLUMERANDOMIZATION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_WII_CONTROLLERSPEAKERS - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTPROPERTY_WILL_TERMINATE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY
 
FMOD_EVENTQUEUE_CALLBACK - interface org.jouvieje.fmoddesigner.callbacks.FMOD_EVENTQUEUE_CALLBACK.
 
FMOD_EVENTQUEUE_CALLBACK(FMOD_EVENTQUEUE_CALLBACKTYPE, EventQueue, EventQueueEntry, Pointer) - Method in interface org.jouvieje.fmoddesigner.callbacks.FMOD_EVENTQUEUE_CALLBACK
 
FMOD_EVENTQUEUE_CALLBACKTYPE - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTQUEUE_CALLBACKTYPE.


These callback types are used with FMOD_EVENTQUEUE_CALLBACK.
FMOD_EVENTQUEUE_CALLBACKTYPE_ABOUTTOPLAY - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTQUEUE_CALLBACKTYPE
 
FMOD_EVENTQUEUE_CALLBACKTYPE_EXPIRED - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTQUEUE_CALLBACKTYPE
 
FMOD_EVENTQUEUE_CALLBACKTYPE_FINISHED - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTQUEUE_CALLBACKTYPE
 
FMOD_EVENTQUEUE_CALLBACKTYPE_PREPARE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENTQUEUE_CALLBACKTYPE
 
FMOD_EVENT_CALLBACK - interface org.jouvieje.fmoddesigner.callbacks.FMOD_EVENT_CALLBACK.
 
FMOD_EVENT_CALLBACK(Event, FMOD_EVENT_CALLBACKTYPE, Pointer, Pointer, Pointer) - Method in interface org.jouvieje.fmoddesigner.callbacks.FMOD_EVENT_CALLBACK
 
FMOD_EVENT_CALLBACKTYPE - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE.


These callback types are used with FMOD_EVENT_CALLBACK.
FMOD_EVENT_CALLBACKTYPE_EVENTFINISHED - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_EVENTSTARTED - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_NET_MODIFIED - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_OCCLUSION - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_CREATE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_END - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_INFO - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_RELEASE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_SELECTINDEX - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_START - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_STOLEN - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_CALLBACKTYPE_SYNCPOINT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_CALLBACKTYPE
 
FMOD_EVENT_DEFAULT - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE
FMOD_EVENT_DEFAULT specifies default loading behaviour i.e. event data for the whole group is NOT cached and the function that initiated the loading process will block until loading is complete.
FMOD_EVENT_ERROR_ON_DISKACCESS - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE
For EventGroup::getEvent / EventGroup::getEventByIndex.
FMOD_EVENT_INFO - class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_INFO.
 
FMOD_EVENT_INFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_INFO
Create an object that holds a null FMOD_EVENT_INFO.
FMOD_EVENT_INFOONLY - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE
For EventGroup::getEvent / EventGroup::getEventByIndex.
FMOD_EVENT_INITFLAGS - interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS.

Initialization flags.
FMOD_EVENT_INIT_DETAILED_SOUNDDEF_INFO - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Pass an FMOD_EVENT_SOUNDDEFINFO struct to FMOD_EVENT_CALLBACKTYPE_SOUNDDEF_SELECTINDEX callbacks rather than just the sound definition name (uses more memory for sound definition waveform names).
FMOD_EVENT_INIT_DONTUSENAMES - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - All event/eventgroup/eventparameter/eventcategory/eventreverb names will be discarded on load.
FMOD_EVENT_INIT_FAIL_ON_MAXSTREAMS - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Events will fail if "Max streams" was reached when playing streamed banks, instead of going virtual.
FMOD_EVENT_INIT_LOWERCASE_FILENAMES - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - All FSB filenames will be translated to lower case before being used.
FMOD_EVENT_INIT_NORMAL - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Initialize normally
FMOD_EVENT_INIT_RESETPARAMSTOMINIMUM - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Reset parameters to minimum value when getting an event instance instead of using the INFO_ONLY event's values.
FMOD_EVENT_INIT_SEARCH_PLUGINS - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Search the current directory for dsp/codec plugins on EventSystem::init.
FMOD_EVENT_INIT_UPPERCASE_FILENAMES - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - All FSB filenames will be translated to upper case before being used.
FMOD_EVENT_INIT_USER_ASSETMANAGER - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - All wave data loading/freeing will be referred back to the user through the event callback
FMOD_EVENT_INIT_USE_GUIDS - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_INITFLAGS
All platforms - Build an event GUID table when loading FEVs so that EventSystem::getEventByGUID can be used.
FMOD_EVENT_LOADINFO - class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_LOADINFO.
 
FMOD_EVENT_LOADINFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_LOADINFO
Create an object that holds a null FMOD_EVENT_LOADINFO.
FMOD_EVENT_MEMBITS - interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS.

Bitfield used to request specific memory usage information from the getMemoryInfo function of every public FMOD Event System class.
FMOD_EVENT_MEMBITS_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
All memory used by FMOD Event System
FMOD_EVENT_MEMBITS_EVENTCATEGORY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event category objects
FMOD_EVENT_MEMBITS_EVENTENVELOPE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event envelope objects
FMOD_EVENT_MEMBITS_EVENTENVELOPEDEF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event envelope definition objects
FMOD_EVENT_MEMBITS_EVENTENVELOPEPOINT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event envelope point object+s
FMOD_EVENT_MEMBITS_EVENTGROUPI - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
EventGroup objects and internals
FMOD_EVENT_MEMBITS_EVENTINSTANCE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event instance base objects
FMOD_EVENT_MEMBITS_EVENTINSTANCEPOOL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event instance pool data
FMOD_EVENT_MEMBITS_EVENTINSTANCE_COMPLEX - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Complex event instance objects
FMOD_EVENT_MEMBITS_EVENTINSTANCE_GROUP - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
 
FMOD_EVENT_MEMBITS_EVENTINSTANCE_LAYER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event layer instance objects
FMOD_EVENT_MEMBITS_EVENTINSTANCE_SIMPLE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Simple event instance objects
FMOD_EVENT_MEMBITS_EVENTINSTANCE_SOUND - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event sound instance objects
FMOD_EVENT_MEMBITS_EVENTPARAMETER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Event parameter objects
FMOD_EVENT_MEMBITS_EVENTPROJECT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
EventProject objects and internals
FMOD_EVENT_MEMBITS_EVENTREVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Reverb objects
FMOD_EVENT_MEMBITS_EVENTSYSTEM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
EventSystem and various internals
FMOD_EVENT_MEMBITS_FEV - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Definition of objects contained in all loaded projects e.g. events, groups, categories
FMOD_EVENT_MEMBITS_MEMORYFSB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Data loaded with registerMemoryFSB
FMOD_EVENT_MEMBITS_MUSICSYSTEM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
MusicSystem and various internals
FMOD_EVENT_MEMBITS_REVERBDEF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Reverb definition objects
FMOD_EVENT_MEMBITS_SOUNDBANKCLASS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Objects used to manage wave banks
FMOD_EVENT_MEMBITS_SOUNDBANKLIST - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Data used to manage lists of wave bank usage
FMOD_EVENT_MEMBITS_SOUNDDEFCLASS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Sound definition objects
FMOD_EVENT_MEMBITS_SOUNDDEFDEFCLASS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Sound definition static data objects
FMOD_EVENT_MEMBITS_SOUNDDEFPOOL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Sound definition pool data
FMOD_EVENT_MEMBITS_SOUNDDEF_GROUP - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
 
FMOD_EVENT_MEMBITS_STREAMINSTANCE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
Stream objects and internals
FMOD_EVENT_MEMBITS_USERPROPERTY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_EVENT_MEMBITS
User property objects
FMOD_EVENT_MODE - interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE.

Event data loading bitfields.
FMOD_EVENT_NET_PORT - Static variable in class org.jouvieje.fmoddesigner.FmodDesigner
Default port that the target (game) will listen on.
FMOD_EVENT_NET_VERSION - Static variable in interface org.jouvieje.fmoddesigner.defines.VERSIONS
FMOD NetEventSystem version number.
FMOD_EVENT_NONBLOCKING - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE
For loading event data asynchronously.
FMOD_EVENT_PITCHUNITS - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS.


Pitch units for Event::setPitch and EventCategory::setPitch.
FMOD_EVENT_PITCHUNITS_OCTAVES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS
 
FMOD_EVENT_PITCHUNITS_RAW - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS
 
FMOD_EVENT_PITCHUNITS_SEMITONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS
 
FMOD_EVENT_PITCHUNITS_TONES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PITCHUNITS
 
FMOD_EVENT_PROPERTY - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_PROPERTY.


Property indices for Event::getPropertyByIndex.
FMOD_EVENT_RESOURCE - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_RESOURCE.


Flags to pass to EventGroup::loadEventData to determine what to load at the time of calling.
FMOD_EVENT_RESOURCE_SAMPLES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_RESOURCE
 
FMOD_EVENT_RESOURCE_STREAMS - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_RESOURCE
 
FMOD_EVENT_RESOURCE_STREAMS_AND_SAMPLES - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_RESOURCE
 
FMOD_EVENT_SOUNDDEFINFO - class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_SOUNDDEFINFO.
 
FMOD_EVENT_SOUNDDEFINFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_SOUNDDEFINFO
Create an object that holds a null FMOD_EVENT_SOUNDDEFINFO.
FMOD_EVENT_SOUNDDEF_ENTRYTYPE - class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_SOUNDDEF_ENTRYTYPE.


Sound definition entry types for FMOD_EVENT_SOUNDDEFINFO.
FMOD_EVENT_SOUNDDEF_ENTRYTYPE_NULL - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_SOUNDDEF_ENTRYTYPE
 
FMOD_EVENT_SOUNDDEF_ENTRYTYPE_OSCILLATOR - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_SOUNDDEF_ENTRYTYPE
 
FMOD_EVENT_SOUNDDEF_ENTRYTYPE_PROGRAMMER - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_SOUNDDEF_ENTRYTYPE
 
FMOD_EVENT_SOUNDDEF_ENTRYTYPE_WAVETABLE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_EVENT_SOUNDDEF_ENTRYTYPE
 
FMOD_EVENT_STATE - interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE.

These values describe what state an event is in.
FMOD_EVENT_STATE_CHANNELSACTIVE - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Event has active voices.
FMOD_EVENT_STATE_ERROR - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Failed to open - file not found, out of memory etc.
FMOD_EVENT_STATE_INFOONLY - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Event was loaded with the FMOD_EVENT_INFOONLY flag.
FMOD_EVENT_STATE_LOADING - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Loading in progress.
FMOD_EVENT_STATE_PLAYING - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Event has been started.
FMOD_EVENT_STATE_READY - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Event is ready to play.
FMOD_EVENT_STATE_STARVING - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_STATE
Event is streaming but not being fed data in time, so may be stuttering.
FMOD_EVENT_SYSTEMINFO - class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_SYSTEMINFO.
 
FMOD_EVENT_SYSTEMINFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_SYSTEMINFO
Create an object that holds a null FMOD_EVENT_SYSTEMINFO.
FMOD_EVENT_USERDSP - Static variable in interface org.jouvieje.fmoddesigner.defines.FMOD_EVENT_MODE
For EventGroup::getEvent / EventGroup::getEventByIndex.
FMOD_EVENT_VERSION - Static variable in interface org.jouvieje.fmoddesigner.defines.VERSIONS
FMOD EventSystem version number.
FMOD_EVENT_WAVEBANKINFO - class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_WAVEBANKINFO.
 
FMOD_EVENT_WAVEBANKINFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_EVENT_WAVEBANKINFO
Create an object that holds a null FMOD_EVENT_WAVEBANKINFO.
FMOD_ErrorString(FMOD_RESULT) - Static method in class org.jouvieje.fmodex.FmodEx
 
FMOD_FILE_ASYNCCANCELCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_ASYNCCANCELCALLBACK.
 
FMOD_FILE_ASYNCCANCELCALLBACK(Pointer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_ASYNCCANCELCALLBACK
 
FMOD_FILE_ASYNCREADCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_ASYNCREADCALLBACK.
 
FMOD_FILE_ASYNCREADCALLBACK(FMOD_ASYNCREADINFO, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_ASYNCREADCALLBACK
 
FMOD_FILE_CLOSECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_CLOSECALLBACK.
 
FMOD_FILE_CLOSECALLBACK(Pointer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_CLOSECALLBACK
 
FMOD_FILE_OPENCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_OPENCALLBACK.
 
FMOD_FILE_OPENCALLBACK(String, int, IntBuffer, Pointer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_OPENCALLBACK
 
FMOD_FILE_READCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_READCALLBACK.
 
FMOD_FILE_READCALLBACK(Pointer, ByteBuffer, int, IntBuffer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_READCALLBACK
 
FMOD_FILE_SEEKCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_FILE_SEEKCALLBACK.
 
FMOD_FILE_SEEKCALLBACK(Pointer, int, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_FILE_SEEKCALLBACK
 
FMOD_GUID - class org.jouvieje.fmodex.structures.FMOD_GUID.
 
FMOD_GUID() - Constructor for class org.jouvieje.fmodex.structures.FMOD_GUID
Create an object that holds a null FMOD_GUID.
FMOD_HARDWARE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Attempts to make sounds use hardware acceleration.
FMOD_IGNORETAGS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Skips id3v2/asf/etc tag checks when opening a sound, to reduce seek/read overhead when opening files (helps with CD performance).
FMOD_INITFLAGS - interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS.

Initialization flags.
FMOD_INIT_3D_RIGHTHANDED - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - FMOD will treat +X as right, +Y as up and +Z as backwards (towards you).
FMOD_INIT_DISABLE_MYEARS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32 - Disables MyEars HRTF 7.1 downmixing.
FMOD_INIT_DSOUND_HRTFFULL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32 only - for DirectSound output - FMOD_HARDWARE | FMOD_3D buffers use full quality 3D playback when 3d hardware acceleration is not present.
FMOD_INIT_DSOUND_HRTFLIGHT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32 only - for DirectSound output - FMOD_HARDWARE | FMOD_3D buffers use a slightly higher quality algorithm when 3D hardware acceleration is not present.
FMOD_INIT_DSOUND_HRTFNONE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32 only - for DirectSound output - FMOD_HARDWARE | FMOD_3D buffers use simple stereo panning/doppler/attenuation when 3D hardware acceleration is not present.
FMOD_INIT_DTS_NEURALSURROUND - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32/Mac/Linux/Solaris/PS3/Xbox360 - Use DTS Neural surround downmixing from 7.1 if speakermode set to FMOD_SPEAKERMODE_STEREO or FMOD_SPEAKERMODE_5POINT1.
FMOD_INIT_ENABLE_PROFILE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - Enable TCP/IP based host which allows FMOD Designer or FMOD Profiler to connect to it, and view memory, CPU and the DSP network graph in real-time.
FMOD_INIT_GEOMETRY_USECLOSEST - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - With the geometry engine, only process the closest polygon rather than accumulating all polygons the sound to listener line intersects.
FMOD_INIT_NORMAL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - Initialize normally
FMOD_INIT_PS2_DISABLECORE0REVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS2 only - Disable reverb on CORE 0 to regain 256k SRAM.
FMOD_INIT_PS2_DISABLECORE1REVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS2 only - Disable reverb on CORE 1 to regain 256k SRAM.
FMOD_INIT_PS2_DONTUSESCRATCHPAD - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS2 only - Disable FMOD's usage of the scratchpad.
FMOD_INIT_PS2_SWAPDMACHANNELS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS2 only - Changes FMOD from using SPU DMA channel 0 for software mixing, and 1 for sound data upload/file streaming, to 1 and 0 respectively.
FMOD_INIT_PS3_FORCE2CHLPCM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS3 only - Force PS3 system output mode to 2 channel LPCM.
FMOD_INIT_PS3_PREFERDTS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
PS3 only - Prefer DTS over Dolby Digital if both are supported.
FMOD_INIT_SOFTWARE_DISABLE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - Disable software mixer to save memory.
FMOD_INIT_SOFTWARE_HRTF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - All FMOD_SOFTWARE with FMOD_3D based voices will add a software lowpass filter effect into the DSP chain which causes sounds to sound duller when the sound goes behind the listener.
FMOD_INIT_SOFTWARE_OCCLUSION - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - All FMOD_SOFTWARE with FMOD_3D based voices will add a software lowpass filter effect into the DSP chain which is automatically used when Channel::set3DOcclusion is used or the geometry API.
FMOD_INIT_SOFTWARE_REVERB_LOWMEM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - SFX reverb is run using 22/24khz delay buffers, halving the memory required.
FMOD_INIT_STREAM_FROM_UPDATE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - No stream thread is created internally.
FMOD_INIT_SYNCMIXERWITHUPDATE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32/Wii/PS3/Xbox/Xbox 360 - FMOD Mixer thread is woken up to do a mix when System::update is called rather than waking periodically on its own timer.
FMOD_INIT_SYSTEM_MUSICMUTENOTPAUSE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Xbox 360 / PS3 - The "music" channelgroup which by default pauses when custom 360 dashboard / PS3 BGM music is played, can be changed to mute (therefore continues playing) instead of pausing, by using this flag.
FMOD_INIT_VOL0_BECOMES_VIRTUAL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
All platforms - Any sounds that are 0 volume will go virtual and not be processed except for having their positions updated virtually.
FMOD_INIT_WASAPI_EXCLUSIVE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Win32 Vista only - for WASAPI output - Enable exclusive access to hardware, lower latency at the expense of excluding other applications from accessing the audio hardware.
FMOD_INIT_WII_DISABLEDOLBY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_INITFLAGS
Wii only - Disable Dolby Pro Logic surround.
FMOD_LOADSECONDARYRAM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Load sound into the secondary RAM of supported platform.
FMOD_LOOP_BIDI - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For bidirectional looping sounds.
FMOD_LOOP_NORMAL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For forward looping sounds.
FMOD_LOOP_OFF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For non looping sounds.
FMOD_LOWMEM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Removes some features from samples to give a lower memory overhead, like Sound::getName.
FMOD_MEMBITS - interface org.jouvieje.fmodex.defines.FMOD_MEMBITS.

Bitfield used to request specific memory usage information from the getMemoryInfo function of every public FMOD Ex class.
FMOD_MEMBITS_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
All memory used by FMOD Ex
FMOD_MEMBITS_CHANNEL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Channel related memory
FMOD_MEMBITS_CHANNELGROUP - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
ChannelGroup objects and internals
FMOD_MEMBITS_CODEC - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Codecs allocated for streaming
FMOD_MEMBITS_DSP - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
DSP implementation objects
FMOD_MEMBITS_DSPCODEC - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Realtime file format decoding DSP objects
FMOD_MEMBITS_DSPCONNECTION - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
DSPConnection objects and internals
FMOD_MEMBITS_FILE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Codecs allocated for streaming
FMOD_MEMBITS_GEOMETRY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Geometry objects and internals
FMOD_MEMBITS_OTHER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Memory not accounted for by other types
FMOD_MEMBITS_OUTPUT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Output module object and internals
FMOD_MEMBITS_PLUGINS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Plugin objects and internals
FMOD_MEMBITS_PROFILE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Profiler memory footprint.
FMOD_MEMBITS_RECORDBUFFER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Buffer used to store recorded data from microphone
FMOD_MEMBITS_REVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Reverb implementation objects
FMOD_MEMBITS_REVERBCHANNELPROPS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Reverb channel properties structs
FMOD_MEMBITS_SOUND - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Sound objects and internals
FMOD_MEMBITS_SOUNDGROUP - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
SoundGroup objects and internals
FMOD_MEMBITS_SOUND_SECONDARYRAM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Sound data stored in secondary RAM
FMOD_MEMBITS_STREAMBUFFER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Stream buffer memory
FMOD_MEMBITS_STRING - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
String data
FMOD_MEMBITS_SYNCPOINT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
Sync point memory.
FMOD_MEMBITS_SYSTEM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMBITS
System object and various internals
FMOD_MEMORY_ALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
 
FMOD_MEMORY_ALLOCCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_ALLOCCALLBACK.
 
FMOD_MEMORY_ALLOCCALLBACK(int, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_ALLOCCALLBACK
 
FMOD_MEMORY_FREECALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_FREECALLBACK.
 
FMOD_MEMORY_FREECALLBACK(ByteBuffer, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_FREECALLBACK
 
FMOD_MEMORY_NORMAL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Standard memory.
FMOD_MEMORY_PERSISTENT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Persistent memory.
FMOD_MEMORY_REALLOCCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_REALLOCCALLBACK.
 
FMOD_MEMORY_REALLOCCALLBACK(ByteBuffer, int, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_MEMORY_REALLOCCALLBACK
 
FMOD_MEMORY_SECONDARY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Secondary memory.
FMOD_MEMORY_STREAM_DECODE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Stream decode buffer, size controllable with FMOD_CREATESOUNDEXINFO::decodebuffersize.
FMOD_MEMORY_STREAM_FILE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Stream file buffer, size controllable with System::setStreamBufferSize.
FMOD_MEMORY_TYPE - interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE.

Bit fields for memory allocation type being passed into FMOD memory callbacks.
FMOD_MEMORY_USAGE_DETAILS - class org.jouvieje.fmodex.structures.FMOD_MEMORY_USAGE_DETAILS.
 
FMOD_MEMORY_USAGE_DETAILS() - Constructor for class org.jouvieje.fmodex.structures.FMOD_MEMORY_USAGE_DETAILS
Create an object that holds a null FMOD_MEMORY_USAGE_DETAILS.
FMOD_MEMORY_XBOX360_PHYSICAL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MEMORY_TYPE
Requires XPhysicalAlloc / XPhysicalFree.
FMOD_MODE - interface org.jouvieje.fmodex.defines.FMOD_MODE.

Sound description bitfields, bitwise OR them together for loading and describing sounds.
FMOD_MPEGSEARCH - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For corrupted / bad MP3 files.
FMOD_MUSIC_CALLBACK - interface org.jouvieje.fmoddesigner.callbacks.FMOD_MUSIC_CALLBACK.
 
FMOD_MUSIC_CALLBACK(FMOD_MUSIC_CALLBACKTYPE, Pointer, Pointer, Pointer) - Method in interface org.jouvieje.fmoddesigner.callbacks.FMOD_MUSIC_CALLBACK
 
FMOD_MUSIC_CALLBACKTYPE - class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE.


These callback types are used with FMOD_MUSIC_CALLBACK.
FMOD_MUSIC_CALLBACKTYPE_BEAT - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_CALLBACKTYPE_RESET - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_CALLBACKTYPE_SAMPLE_CREATE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_CALLBACKTYPE_SAMPLE_RELEASE - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_CALLBACKTYPE_SEGMENT_END - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_CALLBACKTYPE_SEGMENT_START - Static variable in class org.jouvieje.fmoddesigner.enumerations.FMOD_MUSIC_CALLBACKTYPE
 
FMOD_MUSIC_ENTITY - class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_ENTITY.
 
FMOD_MUSIC_ENTITY() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_ENTITY
Create an object that holds a null FMOD_MUSIC_ENTITY.
FMOD_MUSIC_INFO - class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_INFO.
 
FMOD_MUSIC_INFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_INFO
Create an object that holds a null FMOD_MUSIC_INFO.
FMOD_MUSIC_ITERATOR - class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_ITERATOR.
 
FMOD_MUSIC_ITERATOR() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_ITERATOR
Create an object that holds a null FMOD_MUSIC_ITERATOR.
FMOD_MUSIC_SAMPLE_INFO - class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_SAMPLE_INFO.
 
FMOD_MUSIC_SAMPLE_INFO() - Constructor for class org.jouvieje.fmoddesigner.structures.FMOD_MUSIC_SAMPLE_INFO
Create an object that holds a null FMOD_MUSIC_SAMPLE_INFO.
FMOD_NONBLOCKING - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For opening sounds and getting streamed subsounds (seeking) asyncronously.
FMOD_OK - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_OPENMEMORY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
"name_or_data" will be interpreted as a pointer to memory instead of filename for creating sounds.
FMOD_OPENMEMORY_POINT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
"name_or_data" will be interpreted as a pointer to memory instead of filename for creating sounds.
FMOD_OPENONLY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Just open the file, dont prebuffer or read.
FMOD_OPENRAW - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Will ignore file format and treat as raw pcm.
FMOD_OPENSTATE - class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE.


These values describe what state a sound is in after FMOD_NONBLOCKING has been used to open it.
FMOD_OPENSTATE_BUFFERING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_CONNECTING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_ERROR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_LOADING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_READY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_SEEKING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_SETPOSITION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENSTATE_STREAMING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OPENSTATE
 
FMOD_OPENUSER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Opens a user created static sample or stream.
FMOD_OUTPUTTYPE - class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE.


These output types are used with System::setOutput / System::getOutput, to choose which output method to use.
FMOD_OUTPUTTYPE_ALSA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_ASIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_AUTODETECT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_COREAUDIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_DSOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_ESD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_NOSOUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_NOSOUND_NRT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_OPENAL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_OSS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_PS2 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_PS3 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_PSP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_PULSEAUDIO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_UNKNOWN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_WASAPI - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_WAVWRITER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_WAVWRITER_NRT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_WII - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_WINMM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_OUTPUTTYPE_XBOX360 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_OUTPUTTYPE
 
FMOD_PLUGINTYPE - class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE.


These are plugin types defined for use with the System::getNumPlugins,
System::getPluginInfo and System::unloadPlugin functions.
FMOD_PLUGINTYPE_CODEC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE
 
FMOD_PLUGINTYPE_DSP - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE
 
FMOD_PLUGINTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE
 
FMOD_PLUGINTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE
 
FMOD_PLUGINTYPE_OUTPUT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_PLUGINTYPE
 
FMOD_PRESET_ALLEY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_ARENA - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_AUDITORIUM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_BATHROOM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_CARPETTEDHALLWAY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_CAVE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_CITY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_CONCERTHALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_DIZZY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_DRUGGED - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_FOREST - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_GENERIC - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_HALLWAY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_HANGAR - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_LIVINGROOM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_MOUNTAINS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_OFF - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PADDEDCELL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PARKINGLOT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PLAIN - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_DELAY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_ECHO - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_HALL - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_PIPE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_ROOM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_SPACE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_STUDIO_A - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_STUDIO_B - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PS2_STUDIO_C - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_PSYCHOTIC - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_QUARRY - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_ROOM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_SEWERPIPE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_STONECORRIDOR - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_STONEROOM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_PRESET_UNDERWATER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS
 
FMOD_RESULT - class org.jouvieje.fmodex.enumerations.FMOD_RESULT.


error codes.
FMOD_RESULT_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_RESULT
 
FMOD_REVERB_CHANNELFLAGS - interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS.

Values for the Flags member of the FMOD_REVERB_CHANNELPROPERTIES structure.
FMOD_REVERB_CHANNELFLAGS_DEFAULT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
 
FMOD_REVERB_CHANNELFLAGS_DIRECTHFAUTO - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
Automatic setting of 'Direct' due to distance from listener
FMOD_REVERB_CHANNELFLAGS_INSTANCE0 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
EAX4/SFX/GameCube/Wii.
FMOD_REVERB_CHANNELFLAGS_INSTANCE1 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
EAX4/SFX/GameCube/Wii.
FMOD_REVERB_CHANNELFLAGS_INSTANCE2 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
EAX4/SFX/GameCube/Wii.
FMOD_REVERB_CHANNELFLAGS_INSTANCE3 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
EAX5/SFX.
FMOD_REVERB_CHANNELFLAGS_ROOMAUTO - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
Automatic setting of 'Room' due to distance from listener
FMOD_REVERB_CHANNELFLAGS_ROOMHFAUTO - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_CHANNELFLAGS
Automatic setting of 'RoomHF' due to distance from listener
FMOD_REVERB_CHANNELPROPERTIES - class org.jouvieje.fmodex.structures.FMOD_REVERB_CHANNELPROPERTIES.
 
FMOD_REVERB_CHANNELPROPERTIES() - Constructor for class org.jouvieje.fmodex.structures.FMOD_REVERB_CHANNELPROPERTIES
Create an object that holds a null FMOD_REVERB_CHANNELPROPERTIES.
FMOD_REVERB_FLAGS - interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS.

Values for the Flags member of the FMOD_REVERB_PROPERTIES structure.
FMOD_REVERB_FLAGS_CORE0 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
PS2 Only - Reverb is applied to CORE0 (hw voices 0-23)
FMOD_REVERB_FLAGS_CORE1 - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
PS2 Only - Reverb is applied to CORE1 (hw voices 24-47)
FMOD_REVERB_FLAGS_DECAYHFLIMIT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
AirAbsorptionHF affects DecayHFRatio
FMOD_REVERB_FLAGS_DECAYTIMESCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects reverberation decay time
FMOD_REVERB_FLAGS_DEFAULT - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
 
FMOD_REVERB_FLAGS_ECHOTIMESCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects echo time
FMOD_REVERB_FLAGS_HIGHQUALITYDPL2REVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
GameCube/Wii.
FMOD_REVERB_FLAGS_HIGHQUALITYREVERB - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
GameCube/Wii.
FMOD_REVERB_FLAGS_MODULATIONTIMESCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects modulation time
FMOD_REVERB_FLAGS_REFLECTIONSDELAYSCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects initial reflection delay time
FMOD_REVERB_FLAGS_REFLECTIONSSCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects reflection level
FMOD_REVERB_FLAGS_REVERBDELAYSCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects late reverberation delay time
FMOD_REVERB_FLAGS_REVERBSCALE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_REVERB_FLAGS
'EnvSize' affects reflections level
FMOD_REVERB_PRESETS - interface org.jouvieje.fmodex.defines.FMOD_REVERB_PRESETS.
A set of predefined environment PARAMETERS, created by Creative Labs
These are used to initialize an FMOD_REVERB_PROPERTIES structure.
FMOD_REVERB_PROPERTIES - class org.jouvieje.fmodex.structures.FMOD_REVERB_PROPERTIES.
 
FMOD_REVERB_PROPERTIES() - Constructor for class org.jouvieje.fmodex.structures.FMOD_REVERB_PROPERTIES
Create an object that holds a null FMOD_REVERB_PROPERTIES.
FMOD_SOFTWARE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Makes the sound be mixed by the FMOD CPU based software mixer.
FMOD_SOUNDGROUP_BEHAVIOR - class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR.


These flags are used with SoundGroup::setMaxAudibleBehavior to determine what happens when more sounds
are played than are specified with SoundGroup::setMaxAudible.
FMOD_SOUNDGROUP_BEHAVIOR_FAIL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR
 
FMOD_SOUNDGROUP_BEHAVIOR_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR
 
FMOD_SOUNDGROUP_BEHAVIOR_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR
 
FMOD_SOUNDGROUP_BEHAVIOR_MUTE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR
 
FMOD_SOUNDGROUP_BEHAVIOR_STEALLOWEST - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUNDGROUP_BEHAVIOR
 
FMOD_SOUND_FORMAT - class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT.


These definitions describe the native format of the hardware or software buffer that will be used.
FMOD_SOUND_FORMAT_CELT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_GCADPCM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_IMAADPCM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_MPEG - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_NONE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_PCM16 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_PCM24 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_PCM32 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_PCM8 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_PCMFLOAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_VAG - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_FORMAT_XMA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_FORMAT
 
FMOD_SOUND_NONBLOCKCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_NONBLOCKCALLBACK.
 
FMOD_SOUND_NONBLOCKCALLBACK(Sound, FMOD_RESULT) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_NONBLOCKCALLBACK
 
FMOD_SOUND_PCMREADCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_PCMREADCALLBACK.
 
FMOD_SOUND_PCMREADCALLBACK(Sound, ByteBuffer, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_PCMREADCALLBACK
 
FMOD_SOUND_PCMSETPOSCALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_PCMSETPOSCALLBACK.
 
FMOD_SOUND_PCMSETPOSCALLBACK(Sound, int, int, int) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_SOUND_PCMSETPOSCALLBACK
 
FMOD_SOUND_TYPE - class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE.


These definitions describe the type of song being played.
FMOD_SOUND_TYPE_AAC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_AIFF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_ASF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_AT3 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_AUDIOQUEUE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_CDDA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_DLS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_FLAC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_FSB - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_GCADPCM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_IT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_MIDI - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_MOD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_MPEG - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_OGGVORBIS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_PLAYLIST - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_RAW - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_S3M - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_SF2 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_UNKNOWN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_USER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_VAG - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_WAV - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_XM - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_XMA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SOUND_TYPE_XWMA - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SOUND_TYPE
 
FMOD_SPEAKER - class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER.


These are speaker types defined for use with the Channel::setSpeakerLevels command.
FMOD_SPEAKERMAPTYPE - class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMAPTYPE.


When creating a multichannel sound, FMOD will pan them to their default speaker locations, for example a 6 channel sound will default to one channel per 5.1 output speaker.
FMOD_SPEAKERMAPTYPE_51_PROTOOLS - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMAPTYPE
 
FMOD_SPEAKERMAPTYPE_ALLMONO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMAPTYPE
 
FMOD_SPEAKERMAPTYPE_ALLSTEREO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMAPTYPE
 
FMOD_SPEAKERMAPTYPE_DEFAULT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMAPTYPE
 
FMOD_SPEAKERMODE - class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE.


These are speaker types defined for use with the System::setSpeakerMode or System::getSpeakerMode command.
FMOD_SPEAKERMODE_5POINT1 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_7POINT1 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_MONO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_PROLOGIC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_QUAD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_RAW - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_STEREO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKERMODE_SURROUND - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKERMODE
 
FMOD_SPEAKER_BACK_LEFT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_BACK_RIGHT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_FRONT_CENTER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_FRONT_LEFT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_FRONT_RIGHT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_LOW_FREQUENCY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_MONO - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_NULL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_SBL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_SBR - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_SIDE_LEFT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SPEAKER_SIDE_RIGHT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SPEAKER
 
FMOD_SYNCPOINT - class org.jouvieje.fmodex.structures.FMOD_SYNCPOINT.
FMOD types.
FMOD_SYNCPOINT() - Constructor for class org.jouvieje.fmodex.structures.FMOD_SYNCPOINT
Create an object that holds a null FMOD_SYNCPOINT.
FMOD_SYSTEM_CALLBACK - interface org.jouvieje.fmodex.callbacks.FMOD_SYSTEM_CALLBACK.
 
FMOD_SYSTEM_CALLBACK(System, FMOD_SYSTEM_CALLBACKTYPE, Pointer, Pointer) - Method in interface org.jouvieje.fmodex.callbacks.FMOD_SYSTEM_CALLBACK
 
FMOD_SYSTEM_CALLBACKTYPE - class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE.


These callback types are used with System::setCallback.
FMOD_SYSTEM_CALLBACKTYPE_BADDSPCONNECTION - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_BADDSPLEVEL - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_DEVICELISTCHANGED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_MEMORYALLOCATIONFAILED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_SYSTEM_CALLBACKTYPE_THREADCREATED - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_SYSTEM_CALLBACKTYPE
 
FMOD_TAG - class org.jouvieje.fmodex.structures.FMOD_TAG.
 
FMOD_TAG() - Constructor for class org.jouvieje.fmodex.structures.FMOD_TAG
Create an object that holds a null FMOD_TAG.
FMOD_TAGDATATYPE - class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE.


List of data types that can be returned by Sound::getTag

Remarks


Platforms Supported

Win32, Win64, Linux, Linux64, Macintosh, Xbox360, PlayStation 2, PlayStation Portable, PlayStation 3, Wii, Solaris, iPhone

See Also

Sound::getTag
FMOD_TAGDATATYPE_BINARY - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_CDTOC - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_FLOAT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_INT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_STRING - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_STRING_UTF16 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_STRING_UTF16BE - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGDATATYPE_STRING_UTF8 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGDATATYPE
 
FMOD_TAGTYPE - class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE.


List of tag types that could be stored within a sound.
FMOD_TAGTYPE_ASF - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_FMOD - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_FORCEINT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_ICECAST - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_ID3V1 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_ID3V2 - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_MAX - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_MIDI - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_PLAYLIST - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_SHOUTCAST - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_UNKNOWN - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_USER - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TAGTYPE_VORBISCOMMENT - Static variable in class org.jouvieje.fmodex.enumerations.FMOD_TAGTYPE
 
FMOD_TIMEUNIT - interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT.

List of time types that can be returned by Sound::getLength and used with Channel::setPosition or Channel::getPosition.
FMOD_TIMEUNIT_BUFFERED - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Time value as seen by buffered stream.
FMOD_TIMEUNIT_MODORDER - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
MOD/S3M/XM/IT.
FMOD_TIMEUNIT_MODPATTERN - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
MOD/S3M/XM/IT.
FMOD_TIMEUNIT_MODROW - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
MOD/S3M/XM/IT.
FMOD_TIMEUNIT_MS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Milliseconds.
FMOD_TIMEUNIT_PCM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
PCM samples, related to milliseconds * samplerate / 1000.
FMOD_TIMEUNIT_PCMBYTES - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Bytes, related to PCM samples * channels * datawidth (ie 16bit = 2 bytes).
FMOD_TIMEUNIT_PCMFRACTION - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Fractions of 1 PCM sample.
FMOD_TIMEUNIT_RAWBYTES - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Raw file bytes of (compressed) sound data (does not include headers).
FMOD_TIMEUNIT_SENTENCE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Currently playing sentence index according to the channel.
FMOD_TIMEUNIT_SENTENCE_MS - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Currently playing subsound in a sentence time in milliseconds.
FMOD_TIMEUNIT_SENTENCE_PCM - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Currently playing subsound in a sentence time in PCM Samples, related to milliseconds * samplerate / 1000.
FMOD_TIMEUNIT_SENTENCE_PCMBYTES - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Currently playing subsound in a sentence time in bytes, related to PCM samples * channels * datawidth (ie 16bit = 2 bytes).
FMOD_TIMEUNIT_SENTENCE_SUBSOUND - Static variable in interface org.jouvieje.fmodex.defines.FMOD_TIMEUNIT
Currently playing subsound index in a sentence.
FMOD_UNICODE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Filename is double-byte unicode.
FMOD_UNIQUE - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
Unique sound, can only be played one at a time
FMOD_VECTOR - class org.jouvieje.fmodex.structures.FMOD_VECTOR.
 
FMOD_VECTOR() - Constructor for class org.jouvieje.fmodex.structures.FMOD_VECTOR
Create an object that holds a null FMOD_VECTOR.
FMOD_VERSION - Static variable in interface org.jouvieje.fmodex.defines.VERSIONS
FMOD version number.
FMOD_VIRTUAL_PLAYFROMSTART - Static variable in interface org.jouvieje.fmodex.defines.FMOD_MODE
For sounds that start virtual (due to being quiet or low importance), instead of swapping back to audible, and playing at the correct offset according to time, this flag makes the sound play from the start.
FileIOUtils - class org.jouvieje.fmodex.utils.FileIOUtils.
This class is an utility to read/write from a RandomAccessFile.
FileIOUtils() - Constructor for class org.jouvieje.fmodex.utils.FileIOUtils
 
File_GetDiskBusy(IntBuffer) - Static method in class org.jouvieje.fmodex.FmodEx
 
File_SetDiskBusy(int) - Static method in class org.jouvieje.fmodex.FmodEx
 
FmodDesigner - class org.jouvieje.fmoddesigner.FmodDesigner.
 
FmodEx - class org.jouvieje.fmodex.FmodEx.
 
FmtChunk - class org.jouvieje.fmodex.wav.FmtChunk.
Based on FMOD Ex examples Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.
FmtChunk(RiffChunk, short, short, int, int, short, short) - Constructor for class org.jouvieje.fmodex.wav.FmtChunk
 
findFirstEntry(EventQueueEntry) - Method in class org.jouvieje.fmoddesigner.EventQueue
 
findNextEntry(EventQueueEntry) - Method in class org.jouvieje.fmoddesigner.EventQueue
 
freeEventData(Event, boolean) - Method in class org.jouvieje.fmoddesigner.EventGroup
 
freeMemory() - Method in class org.jouvieje.fmodex.utils.FileIOUtils
Call this to free internal memory allocated
freeSoundData(boolean) - Method in class org.jouvieje.fmoddesigner.MusicSystem
 
fromString(String) - Static method in class org.jouvieje.fmodex.utils.BufferUtils
Create a ByteBuffer containing a null terminated string (UTF-8).
fromStringUTF16(String) - Static method in class org.jouvieje.fmodex.utils.BufferUtils
Create a ByteBuffer containing a null terminated string (UTF-16LE).

A B C D E F G I J K L M N O P R S T U V W
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)