com.jogamp.openal
Class ALCcontext

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

public class ALCcontext
extends Object


Method Summary
static ALCcontext create()
           
static ALCcontext 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 ALCcontext create()

create

public static ALCcontext create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()