Aviatrix3D
2.1.0

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.2 $
Author:
Alan Hudson

Method Summary
 void setDrawableObjects(RenderableRequestData otherData, 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, setErrorReporter
 

Method Detail

setDrawableObjects

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

Parameters:
otherData - data to be processed before the rendering
commands - The list of drawable surfaces to render

Aviatrix3D
2.1.0

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