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

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

Uses of Configuration in com.jme.sound.openAL
 

Methods in com.jme.sound.openAL 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.openAL.objects
 

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

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

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