Uses of Class
de.jreality.scene.AudioSource

Packages that use AudioSource
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event This package contains the classes for handling events in the jReality scene graph. 
 

Uses of AudioSource in de.jreality.scene
 

Methods in de.jreality.scene that return AudioSource
 AudioSource SceneGraphComponent.getAudioSource()
           
 

Methods in de.jreality.scene with parameters of type AudioSource
 void SceneGraphComponent.setAudioSource(AudioSource a)
           
 void SceneGraphVisitor.visit(AudioSource a)
           
 

Uses of AudioSource in de.jreality.scene.event
 

Constructors in de.jreality.scene.event with parameters of type AudioSource
AudioEvent(AudioSource source)