T
- The audio format used.public interface AudioFormat<T extends Audio>
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the handler.
|
Collection<String> |
getFormats()
Get the music audio formats.
|
T |
loadAudio(Media media)
Load an audio file and prepare it to be played.
|
T loadAudio(Media media)
media
- The audio media.LionEngineException
- If media is null
or invalid audio or no audio player is available.Collection<String> getFormats()
void close()
Copyright © 2017 Byron 3D Games Studio. All rights reserved.