|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AudioUnit | |
|---|---|
| hmi.elckerlyc.audioengine | The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). |
| Uses of AudioUnit in hmi.elckerlyc.audioengine |
|---|
| Subclasses of AudioUnit in hmi.elckerlyc.audioengine | |
|---|---|
class |
WavAudioUnit
Plans audio by caching a .wav file, then playing it |
| Fields in hmi.elckerlyc.audioengine declared as AudioUnit | |
|---|---|
private AudioUnit |
AudioUnitPlayException.au
|
private AudioUnit |
AudioUnitPlanningException.au
|
| Fields in hmi.elckerlyc.audioengine with type parameters of type AudioUnit | |
|---|---|
private ArrayList<AudioUnit> |
AudioPlanPlayer.audioUnits
|
| Methods in hmi.elckerlyc.audioengine that return AudioUnit | |
|---|---|
private AudioUnit |
AudioPlanner.createAudioUnit(BMLBlockPeg bbPeg,
Behaviour b)
|
AudioUnit |
AudioUnitPlayException.getAudioUnit()
|
AudioUnit |
AudioUnitPlanningException.getAudioUnit()
|
private AudioUnit |
AudioPlanPlayer.getAudioUnit(String id,
String bmlId)
|
| Methods in hmi.elckerlyc.audioengine with parameters of type AudioUnit | |
|---|---|
void |
AudioPlayer.addAudioUnit(AudioUnit au)
|
void |
AudioPlanPlayer.addAudioUnit(AudioUnit au)
|
private void |
AudioPlanPlayer.auException(AudioUnit au,
String message,
double time)
Callback for behaviors |
private void |
AudioPlanPlayer.removeAudioUnit(AudioUnit au)
|
| Method parameters in hmi.elckerlyc.audioengine with type arguments of type AudioUnit | |
|---|---|
private void |
AudioPlanPlayer.removeAudioUnits(List<AudioUnit> auList)
|
| Constructors in hmi.elckerlyc.audioengine with parameters of type AudioUnit | |
|---|---|
AudioUnitPlanningException(String str,
AudioUnit a)
|
|
AudioUnitPlayException(String str,
AudioUnit a)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||