org.lwjgl.openal
Class ALCdevice
java.lang.Object
org.lwjgl.openal.ALCdevice
public final class ALCdevice
- extends Object
The ALCdevice class represents a device opened in OpenAL space.
ALC introduces the notion of a Device. A Device can be, depending on the
implementation, a hardware device, or a daemon/OS service/actual server. This
mechanism also permits different drivers (and hardware) to coexist within the same
system, as well as allowing several applications to share system resources for audio,
including a single hardware output device. The details are left to the implementation,
which has to map the available backends to unique device specifiers.
- Version:
- $Revision: 2983 $
$Id: ALCdevice.java 2983 2008-04-07 18:36:09Z matzon $
- Author:
- Brian Matzon
equals
public boolean equals(Object device)
- Overrides:
equals
in class Object
isValid
public boolean isValid()
- Returns:
- true if this device is still valid
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.