| Modifier and Type | Field and Description |
|---|---|
protected AudioBuffer |
AudioSource.buffer
Associated
AudioBuffer |
| Modifier and Type | Method and Description |
|---|---|
AudioBuffer |
AudioSource.getBuffer()
Associated
AudioBuffer |
| Modifier and Type | Method and Description |
|---|---|
void |
AudioSource.setBuffer(AudioBuffer buffer)
Associated
AudioBuffer |
| Constructor and Description |
|---|
AudioSource(AudioBuffer buffer) |
AudioSource(AudioBuffer buffer,
Vector3f position,
Vector3f velocity) |
AudioSource(AudioBuffer buffer,
Vector3f position,
Vector3f velocity,
boolean loop,
boolean relative,
float gain,
AudioSourceState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDGenerator.generate(AudioBuffer buffer)
Generates an ID for the given AudioBuffer
|
void |
DataBinder.upload(AudioBuffer buffer)
Uploads the buffer.
|
| Modifier and Type | Method and Description |
|---|---|
Class<AudioBuffer> |
AudioSourceLoader.getCacheType()
Returns the Type of the Cache data.
|
| Modifier and Type | Method and Description |
|---|---|
AudioSource |
AudioSourceLoader.fromCache(AudioBuffer value)
This method should construct the object from a cached
value provided by the ResourceLoader
|
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLIDGenerator.generate(AudioBuffer buffer)
Generates an ID for the given AudioBuffer
|
void |
LWJGLDataBinder.upload(AudioBuffer buffer)
Uploads the buffer.
|
Copyright © 2015. All rights reserved.