Package com.jogamp.openal.sound3d
Class Context
- java.lang.Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()destroys this context freeing its resources.DevicegetDevice()Gets the device associated with this context.voidsuspend()Suspend this context
-
-
-
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.
-
-