Uses of Interface
javax.media.j3d.AudioDevice3D

Packages that use AudioDevice3D
com.sun.j3d.audioengines Provides abstract classes for creating Java 3D audio devices. 
com.sun.j3d.audioengines.javasound Provides a JavaSound-based implementation of a Java 3D audio device. 
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of AudioDevice3D in com.sun.j3d.audioengines
 

Classes in com.sun.j3d.audioengines that implement AudioDevice3D
 class AudioEngine3D
          The AudioEngine3D Class defines an audio output device that generates sound 'image' from high-level sound parameters passed to it during scene graph.
 class AudioEngine3DL2
          The AudioEngine3DL2 Class defines an audio output device that generates sound 'image' from high-level sound parameters passed to it during scene graph.
 

Uses of AudioDevice3D in com.sun.j3d.audioengines.javasound
 

Classes in com.sun.j3d.audioengines.javasound that implement AudioDevice3D
 class JavaSoundMixer
          The JavaSoundMixer Class defines an audio output device that accesses JavaSound functionality stream data.
 

Uses of AudioDevice3D in javax.media.j3d
 

Subinterfaces of AudioDevice3D in javax.media.j3d
 interface AudioDevice3DL2
          Extends AudioDevice3D to include reverb and environmental audio parameters that are defined in the MIDI Manufactures' Association Interactive Audio Special Interest Group (MMA IASIG) Level 2 Specification.