A Music instance represents a streamed audio file. The interface supports pausing, resuming and so on. When you are done with using the Music instance you have to dispose it via the {@link #dispose()} method.
Music instances are created via {@link Audio#newMusic(FileHandle)}.
Music instances are automatically paused and resumed when an {@link Application} is paused or resumed. See{@link ApplicationListener}.
Note: any values provided will not be clamped, it is the developer's responsibility to do so
@author mzechner
|
|
|
|