com.jogamp.openal.sound3d
Class Context

java.lang.Object
  extended by com.jogamp.openal.sound3d.Context

public class Context
extends Object

This class provides a Sound3D Context associated with a specified device.

Author:
Athomas Goldberg

Method Summary
 void destroy()
          destroys this context freeing its resources.
 Device getDevice()
          Gets the device associated with this context.
 void suspend()
          Suspend this context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

suspend

public void suspend()
Suspend this context


destroy

public void destroy()
destroys this context freeing its resources.


getDevice

public Device getDevice()
Gets the device associated with this context.

Returns:
the device associated with this context.