| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.audio.openal | |
| org.achtern.AchternEngine.core.audio.openal.trigger | |
| org.achtern.AchternEngine.lwjgl.audio.openal.binding |
| Modifier and Type | Field and Description |
|---|---|
protected AudioSourceState |
AudioSource.state
Stores the current state of this AudioSource.
|
| Modifier and Type | Method and Description |
|---|---|
AudioSourceState |
AudioSource.getState()
Stores the current state of this AudioSource.
|
static AudioSourceState |
AudioSourceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioSourceState[] |
AudioSourceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioSource.setState(AudioSourceState playing)
internal use only.
|
| Constructor and Description |
|---|
AudioSource(AudioBuffer buffer,
Vector3f position,
Vector3f velocity,
boolean loop,
boolean relative,
float gain,
AudioSourceState state) |
| Modifier and Type | Field and Description |
|---|---|
protected AudioSourceState |
KeyboardAudioTrigger.next |
protected AudioSourceState |
ProximityAudioTrigger.onExit |
| Modifier and Type | Method and Description |
|---|---|
protected AudioSourceState |
KeyboardAudioTrigger.getNext() |
AudioSourceState |
ProximityAudioTrigger.getOnExit() |
AudioSourceState |
AudioTrigger.next(AudioSource as)
This tells the AudioEngine the desired state for any given AudioSource.
|
AudioSourceState |
KeyboardAudioTrigger.next(AudioSource as)
This tells the AudioEngine the desired state for any given AudioSource.
|
AudioSourceState |
PlayAudioTrigger.next(AudioSource as)
This tells the AudioEngine the desired state for any given AudioSource.
|
AudioSourceState |
ProximityAudioTrigger.next(AudioSource as)
This tells the AudioEngine the desired state for any given AudioSource.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KeyboardAudioTrigger.setNext(AudioSourceState next) |
void |
ProximityAudioTrigger.setOnExit(AudioSourceState onExit) |
| Constructor and Description |
|---|
ProximityAudioTrigger(Node target,
float maxDistance,
AudioSourceState onExit) |
| Modifier and Type | Method and Description |
|---|---|
protected AudioSourceState |
LWJGLAudioPlayer.getState(int code) |
Copyright © 2015. All rights reserved.