Package | Description |
---|---|
com.b3dgs.lionengine.audio |
Audio dedicated package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AudioFormat<T extends Audio>
Describe audio format.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioVoid
Void audio implementation.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Audio> |
AudioFactory.loadAudio(Media media,
Class<A> type)
Load an audio file and prepare it to be played.
|
Modifier and Type | Method and Description |
---|---|
static Audio |
AudioFactory.loadAudio(Media media)
Load an audio file and prepare it to be played.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.