com.threerings.openal
Class SoundGroup.PooledSource

java.lang.Object
  extended by com.threerings.openal.SoundGroup.PooledSource
Enclosing class:
SoundGroup

protected static class SoundGroup.PooledSource
extends Object

Used to track which sources are in use.


Field Summary
 Sound holder
           
 Source source
           
 
Constructor Summary
protected SoundGroup.PooledSource()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public Source source

holder

public Sound holder
Constructor Detail

SoundGroup.PooledSource

protected SoundGroup.PooledSource()