com.jogamp.openal
Class ALCdevice

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

public abstract class ALCdevice
extends Object


Method Summary
static ALCdevice create()
           
static ALCdevice create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public static int size()

create

public static ALCdevice create()

create

public static ALCdevice create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()