| Package | Description |
|---|---|
| io.github.amyassist.amy.core.audio |
| Modifier and Type | Method and Description |
|---|---|
static AudioManager.OutputBehavior |
AudioManager.OutputBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioManager.OutputBehavior[] |
AudioManager.OutputBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioManager.playAudio(UUID identifier,
AudioInputStream audioToPlay,
AudioManager.OutputBehavior behavior)
Queues the playback of the given audio input stream on the audio environment specified by the given identifier
|
Copyright © 2018. All rights reserved.