Uses of Class
com.jme.sound.fmod.scene.Configuration

Packages that use Configuration
com.jme.sound.fmod   
com.jme.sound.fmod.objects   
com.jme.sound.fmod.scene   
 

Uses of Configuration in com.jme.sound.fmod
 

Methods in com.jme.sound.fmod with parameters of type Configuration
static void SoundSystem.setSampleConfig(int sample, Configuration conf)
          Set the FX configuration of the given sample
static void SoundSystem.setStreamConfig(int streamName, Configuration conf)
          Set the FX configuration of the given stream
 

Uses of Configuration in com.jme.sound.fmod.objects
 

Methods in com.jme.sound.fmod.objects with parameters of type Configuration
 void Sample3D.setConfiguration(Configuration conf)
           
 void MusicStream.setConfiguration(Configuration conf)
           
 

Uses of Configuration in com.jme.sound.fmod.scene
 

Fields in com.jme.sound.fmod.scene declared as Configuration
protected  Configuration Playable.configuration