com.threerings.media.sound
Class SoundManager

java.lang.Object
  extended by com.threerings.media.sound.SoundPlayer
      extended by com.threerings.media.sound.JavaSoundPlayer
          extended by com.threerings.media.sound.SoundManager

Deprecated. - use JavaSoundPlayer

@Deprecated
public class SoundManager
extends JavaSoundPlayer

Exposes JavaSoundPlayer under its old name.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.media.sound.JavaSoundPlayer
JavaSoundPlayer.SoundKey
 
Nested classes/interfaces inherited from class com.threerings.media.sound.SoundPlayer
SoundPlayer.Frob, SoundPlayer.SoundType
 
Field Summary
 
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
 
Fields inherited from class com.threerings.media.sound.SoundPlayer
_clipVol, _disabledTypes, _enabledObservers, DEFAULT, PAN_CENTER, PAN_LEFT, PAN_RIGHT
 
Constructor Summary
SoundManager(ResourceManager rmgr)
          Deprecated.  
SoundManager(ResourceManager rmgr, String defaultBundle, String defaultClip)
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

SoundManager

public SoundManager(ResourceManager rmgr)
Deprecated. 

SoundManager

public SoundManager(ResourceManager rmgr,
                    String defaultBundle,
                    String defaultClip)
Deprecated.