Aviatrix3D
2.0 Dev

org.j3d.aviatrix3d.pipeline.audio
Interface AudioOutputDevice

All Superinterfaces:
OutputDevice
All Known Implementing Classes:
OpenALAudioDevice

public interface AudioOutputDevice
extends OutputDevice

Interface representing the output device for an audio pipeline..

Conceptually an AudioOutputDevice might run all speakers or just part of the total soundscape.

Version:
$Revision: 2.0 $
Author:
Alan Hudson

Method Summary
 void setDrawableObjects(AudioInstructions commands)
          Update the list of items to be rendered to the current list.
 
Methods inherited from interface org.j3d.aviatrix3d.pipeline.OutputDevice
dispose, disposeSingleThreadResources, draw, enableSingleThreaded, getSurfaceObject, isDisposed, queueDeletedObject, setErrorReporter
 

Method Detail

setDrawableObjects

public void setDrawableObjects(AudioInstructions commands)
Update the list of items to be rendered to the current list. Draw them at the next oppourtunity.

Parameters:
commands - The list of drawable surfaces to render

Aviatrix3D
2.0 Dev

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org