public interface SoundFactory
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getFormats()
Get the music audio formats.
|
Audio |
loadMusic(Media media)
Load a music file and prepare it to be played.
|
Audio loadMusic(Media media)
media
- The audio music media.LionEngineException
- If media is null
or invalid music or no music player is available.Collection<String> getFormats()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.