Uses of Interface
javax.media.j3d.AudioDevice

Uses of AudioDevice in javax.media.j3d
 

Subinterfaces of AudioDevice in javax.media.j3d
 interface AudioDevice3D
          The AudioDevice3D class defines a 3D audio device that is used to set sound and aural attributes.
 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.
 

Methods in javax.media.j3d that return AudioDevice
 AudioDevice PhysicalEnvironment.getAudioDevice()
          Gets the audioDevice for this PhysicalEnvironment.
 

Methods in javax.media.j3d with parameters of type AudioDevice
 void PhysicalEnvironment.setAudioDevice(AudioDevice device)
          Sets the specified AudioDevice object as the device through which audio rendering for this PhysicalEnvironment will be performed.