Package com.jogamp.openal
Class ALCdevice
- java.lang.Object
-
- com.jogamp.openal.ALCdevice
-
public class ALCdevice extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ALCdevice
create()
static ALCdevice
create(ByteBuffer buf)
ByteBuffer
getBuffer()
static int
size()
-
-
-
Method Detail
-
size
public static int size()
-
create
public static ALCdevice create()
-
create
public static ALCdevice create(ByteBuffer buf)
-
getBuffer
public ByteBuffer getBuffer()
-
-