public final class ALCcontext
extends java.lang.Object
The ALCcontext class represents a context opened in OpenAL space.
All operations of the AL core API affect a current AL context. Within the scope of AL,
the ALC is implied - it is not visible as a handle or function parameter. Only one AL
Context per process can be current at a time. Applications maintaining multiple AL
Contexts, whether threaded or not, have to set the current context accordingly.
Applications can have multiple threads that share one more or contexts. In other words,
AL and ALC are threadsafe.
- Version:
- $Revision$
$Id$
- Author:
- Brian Matzon