Uses of Package
org.jouvieje.fmodex.enumerations

Packages that use org.jouvieje.fmodex.enumerations
org.jouvieje.fmoddesigner   
org.jouvieje.fmoddesigner.callbacks   
org.jouvieje.fmodex   
org.jouvieje.fmodex.callbacks   
org.jouvieje.fmodex.enumerations   
org.jouvieje.fmodex.structures   
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmoddesigner
FMOD_RESULT
          

error codes.
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmoddesigner.callbacks
FMOD_RESULT
          

error codes.
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmodex
FMOD_CHANNELINDEX
          

Special channel index values for FMOD functions.
FMOD_DELAYTYPE
          

Types of delay that can be used with Channel::setDelay / Channel::getDelay.
FMOD_DSP_FFT_WINDOW
          

List of windowing methods used in spectrum analysis to reduce leakage / transient signals intefering with the analysis.
FMOD_DSP_RESAMPLER
          

List of interpolation types that the FMOD Ex software mixer supports.
FMOD_DSP_TYPE
          

These definitions can be used for creating FMOD defined special effects or DSP units.
FMOD_OPENSTATE
          

These values describe what state a sound is in after FMOD_NONBLOCKING has been used to open it.
FMOD_OUTPUTTYPE
          

These output types are used with System::setOutput / System::getOutput, to choose which output method to use.
FMOD_PLUGINTYPE
          

These are plugin types defined for use with the System::getNumPlugins,
System::getPluginInfo and System::unloadPlugin functions.
FMOD_RESULT
          

error codes.
FMOD_SOUND_FORMAT
          

These definitions describe the native format of the hardware or software buffer that will be used.
FMOD_SOUND_TYPE
          

These definitions describe the type of song being played.
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_SPEAKER
          

These are speaker types defined for use with the Channel::setSpeakerLevels command.
FMOD_SPEAKERMODE
          

These are speaker types defined for use with the System::setSpeakerMode or System::getSpeakerMode command.
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmodex.callbacks
FMOD_CHANNEL_CALLBACKTYPE
          

These callback types are used with Channel::setCallback.
FMOD_RESULT
          

error codes.
FMOD_SYSTEM_CALLBACKTYPE
          

These callback types are used with System::setCallback.
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_TAGTYPE
          

List of tag types that could be stored within a sound.
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmodex.enumerations
FMOD_CHANNEL_CALLBACKTYPE
          

These callback types are used with Channel::setCallback.
FMOD_CHANNELINDEX
          

Special channel index values for FMOD functions.
FMOD_DELAYTYPE
          

Types of delay that can be used with Channel::setDelay / Channel::getDelay.
FMOD_DSP_CHORUS
          

Parameter types for the FMOD_DSP_TYPE_CHORUS filter.
FMOD_DSP_COMPRESSOR
          

Parameter types for the FMOD_DSP_TYPE_COMPRESSOR unit.
FMOD_DSP_DELAY
          

Parameter types for the FMOD_DSP_TYPE_DELAY filter.
FMOD_DSP_DISTORTION
          

Parameter types for the FMOD_DSP_TYPE_DISTORTION filter.
FMOD_DSP_ECHO
          

Parameter types for the FMOD_DSP_TYPE_ECHO filter.
FMOD_DSP_FFT_WINDOW
          

List of windowing methods used in spectrum analysis to reduce leakage / transient signals intefering with the analysis.
FMOD_DSP_FLANGE
          

Parameter types for the FMOD_DSP_TYPE_FLANGE filter.
FMOD_DSP_HIGHPASS
          

Parameter types for the FMOD_DSP_TYPE_HIGHPASS filter.
FMOD_DSP_ITECHO
          

Parameter types for the FMOD_DSP_TYPE_ITECHO filter.
FMOD_DSP_ITLOWPASS
          

Parameter types for the FMOD_DSP_TYPE_ITLOWPASS filter.
FMOD_DSP_LOWPASS
          

Parameter types for the FMOD_DSP_TYPE_LOWPASS filter.
FMOD_DSP_LOWPASS_SIMPLE
          

Parameter types for the FMOD_DSP_TYPE_LOWPASS_SIMPLE filter.
FMOD_DSP_NORMALIZE
          

Parameter types for the FMOD_DSP_TYPE_NORMALIZE filter.
FMOD_DSP_OSCILLATOR
          

Parameter types for the FMOD_DSP_TYPE_OSCILLATOR filter.
FMOD_DSP_PARAMEQ
          

Parameter types for the FMOD_DSP_TYPE_PARAMEQ filter.
FMOD_DSP_PITCHSHIFT
          

Parameter types for the FMOD_DSP_TYPE_PITCHSHIFT filter.
FMOD_DSP_RESAMPLER
          

List of interpolation types that the FMOD Ex software mixer supports.
FMOD_DSP_REVERB
          

Parameter types for the FMOD_DSP_TYPE_REVERB filter.
FMOD_DSP_SFXREVERB
          

Parameter types for the FMOD_DSP_TYPE_SFXREVERB unit.
FMOD_DSP_TREMOLO
          

Parameter types for the FMOD_DSP_TYPE_TREMOLO filter.
FMOD_DSP_TYPE
          

These definitions can be used for creating FMOD defined special effects or DSP units.
FMOD_OPENSTATE
          

These values describe what state a sound is in after FMOD_NONBLOCKING has been used to open it.
FMOD_OUTPUTTYPE
          

These output types are used with System::setOutput / System::getOutput, to choose which output method to use.
FMOD_PLUGINTYPE
          

These are plugin types defined for use with the System::getNumPlugins,
System::getPluginInfo and System::unloadPlugin functions.
FMOD_RESULT
          

error codes.
FMOD_SOUND_FORMAT
          

These definitions describe the native format of the hardware or software buffer that will be used.
FMOD_SOUND_TYPE
          

These definitions describe the type of song being played.
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_SPEAKER
          

These are speaker types defined for use with the Channel::setSpeakerLevels command.
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_SPEAKERMODE
          

These are speaker types defined for use with the System::setSpeakerMode or System::getSpeakerMode command.
FMOD_SYSTEM_CALLBACKTYPE
          

These callback types are used with System::setCallback.
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_TAGTYPE
          

List of tag types that could be stored within a sound.
 

Classes in org.jouvieje.fmodex.enumerations used by org.jouvieje.fmodex.structures
FMOD_RESULT
          

error codes.
FMOD_SOUND_FORMAT
          

These definitions describe the native format of the hardware or software buffer that will be used.
FMOD_SOUND_TYPE
          

These definitions describe the type of song being played.
FMOD_SPEAKER
          

These are speaker types defined for use with the Channel::setSpeakerLevels command.
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_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_TAGTYPE
          

List of tag types that could be stored within a sound.
 



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)