com.jme3.audio
Class AudioContext

java.lang.Object
  extended by com.jme3.audio.AudioContext

public class AudioContext
extends java.lang.Object

Holds render thread specific audio context information.


Constructor Summary
AudioContext()
           
 
Method Summary
static AudioRenderer getAudioRenderer()
           
static void setAudioRenderer(AudioRenderer ar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioContext

public AudioContext()
Method Detail

setAudioRenderer

public static void setAudioRenderer(AudioRenderer ar)

getAudioRenderer

public static AudioRenderer getAudioRenderer()