| Package | Description |
|---|---|
| com.threerings.openal |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStream
An audio stream read from one or more files.
|
class |
ResourceStream
An audio stream read from one or more resources (via "resource://" URLs, so
ResourceManager.activateResourceProtocol() must be called). |
class |
URLStream
An audio stream read from one or more URLs.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Stream> |
SoundManager.getStreams()
Returns a reference to the list of active streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenALSoundPlayer.stream(String bundle,
String path,
boolean loop,
ResultListener<Stream> listener)
Streams ogg files from the given bundle and path.
|
Copyright © 2015. All rights reserved.