| Package | Description |
|---|---|
| com.threerings.openal |
| Modifier and Type | Method and Description |
|---|---|
static SoundManager |
SoundManager.createSoundManager(RunQueue rqueue)
Creates, initializes and returns the singleton sound manager instance.
|
| Constructor and Description |
|---|
Buffer(SoundManager soundmgr)
Creates a new buffer for the specified sound manager.
|
ClipBuffer(SoundManager manager,
ClipProvider provider,
String path)
Creates a new clip buffer with the specified path that will obtain
its clip data from the specified source.
|
FileStream(SoundManager soundmgr,
File file,
boolean loop)
Creates a new stream for the specified file.
|
ResourceStream(SoundManager soundmgr,
String resource,
boolean loop)
Creates a new stream for the specified resource (from the default bundle).
|
ResourceStream(SoundManager soundmgr,
String bundle,
String resource,
boolean loop)
Creates a new stream for the specified resource.
|
Source(SoundManager soundmgr)
Creates a new source for the specified sound manager.
|
Stream(SoundManager soundmgr)
Creates a new stream.
|
URLStream(SoundManager soundmgr,
URL url,
boolean loop)
Creates a new stream for the specified URL.
|
Copyright © 2015. All rights reserved.