com.threerings.media.sound
Class SoundManager
java.lang.Object
com.threerings.media.sound.SoundPlayer
com.threerings.media.sound.JavaSoundPlayer
com.threerings.media.sound.SoundManager
Deprecated. - use JavaSoundPlayer
@Deprecated
public class SoundManager
- extends JavaSoundPlayer
Exposes JavaSoundPlayer under its old name.
| Fields inherited from class com.threerings.media.sound.JavaSoundPlayer |
_callbackQueue, _clipCache, _freeSpoolers, _loader, _lockedClips, _queue, _soundSeemsToWork, _spoolerCount, _testDir, _verbose, DEFAULT_CACHE_SIZE, DIE, LINEBUF_SIZE, LOCK, LOOP, MAX_QUEUE_SIZE, MAX_SOUND_DELAY, MAX_SPOOLERS, MAX_WAIT_TIME, PLAY, UNLOCK |
| Methods inherited from class com.threerings.media.sound.JavaSoundPlayer |
addToPlayQueue, adjustPan, adjustVolume, enqueue, getClipData, getSoundQueue, getTestClip, isTesting, lock, loop, loop, play, playSound, processKey, setSoundQueue, setupAudioStream, setupAudioStream, shutdown, spoolerRun, unlock |
| Methods inherited from class com.threerings.media.sound.SoundPlayer |
addSoundEnabledObserver, getClipVolume, isEnabled, loop, loop, play, play, play, play, removeSoundEnabledObserver, setClipVolume, setEnabled, shouldPlay, summarizeState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoundManager
public SoundManager(ResourceManager rmgr)
- Deprecated.
SoundManager
public SoundManager(ResourceManager rmgr,
String defaultBundle,
String defaultClip)
- Deprecated.