javax.media.j3d
Interface AudioDevice3D


public interface AudioDevice3D
extends AudioDevice

The methods in this interface SHOULD NOT BE CALLED AN APPLICATION. These are only to be called by Core Java 3D Sound classes.

After the application chooses the AudioDevice3D that Java3D sound is to be rendered on, the Java 3D Sound Scheduler will call these methods for all active sounds to render them on the audio device.

The intent is for this interface to be implemented by AudioDevice Driver developers using a software or hardware sound engine of their choice.

Methods in this interface provide the Java3D Core a generic way to set and query the audio device the application has choosen audio rendering to be performed on. Methods in this interface include: