com.jogamp.openal
Class ALFactory

java.lang.Object
  extended by com.jogamp.openal.ALFactory

public class ALFactory
extends Object

This class provides factory methods for generating AL and ALC objects.

Author:
Athomas Goldberg, Kenneth Russell

Field Summary
static boolean DEBUG
           
 
Method Summary
static AL getAL()
          Get the default AL object.
static ALC getALC()
          Get the default ALC object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Method Detail

getAL

public static AL getAL()
                throws ALException
Get the default AL object. This object is used to access most of the OpenAL functionality.

Returns:
the AL object
Throws:
ALException

getALC

public static ALC getALC()
                  throws ALException
Get the default ALC object. This object is used to access most of the OpenAL context functionality.

Returns:
the ALC object
Throws:
ALException