Uses of Class
com.blackrook.gloop.openal.OALBuffer
Packages that use OALBuffer
-
Uses of OALBuffer in com.blackrook.gloop.openal
Methods in com.blackrook.gloop.openal that return OALBufferModifier and TypeMethodDescriptionOALContext.createBuffer()Allocates a new buffer for loading data into.OALContext.createBuffer(JSPISoundHandle handle) Allocates a new buffer with data loaded into it.OALContext.createBuffer(JSPISoundHandle.Decoder dataDecoder) Allocates a new buffer with data loaded into it.OALContext.createBuffers(int amount) Allocates a new buffer for loading data into.OALSource.dequeueBuffer()Returns the buffer dequeued, or null if no Buffer is queued.OALSource.peekBuffer()Methods in com.blackrook.gloop.openal with parameters of type OALBufferModifier and TypeMethodDescriptionvoidOALSource.enqueueBuffer(OALBuffer b) Enqueues a buffer on this Source.voidOALSource.enqueueBuffers(OALBuffer... buffers) Enqueues a bunch of buffers onto this source in the order specified.voidEnqueues a single buffer on this Source, making sure that it is the only Buffer enqueued by it.voidOALSourceAdapter.sourceBufferDequeued(OALSource source, OALBuffer buffer) voidOALSourceListener.sourceBufferDequeued(OALSource source, OALBuffer buffer) Called when a Source gets a buffer dequeued from it.voidOALSourceAdapter.sourceBufferEnqueued(OALSource source, OALBuffer buffer) voidOALSourceListener.sourceBufferEnqueued(OALSource source, OALBuffer buffer) Called when a Source gets a buffer enqueued on it.