com.jme3.audio
クラス AudioContext

java.lang.Object
  上位を拡張 com.jme3.audio.AudioContext

public class AudioContext
extends java.lang.Object

Holds render thread specific audio context information.


コンストラクタの概要
AudioContext()
           
 
メソッドの概要
static AudioRenderer getAudioRenderer()
           
static void setAudioRenderer(AudioRenderer ar)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AudioContext

public AudioContext()
メソッドの詳細

setAudioRenderer

public static void setAudioRenderer(AudioRenderer ar)

getAudioRenderer

public static AudioRenderer getAudioRenderer()