Expose the SoundLoader
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@647 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -88,6 +88,14 @@ public class OpenALSoundPlayer extends SoundPlayer
|
||||
return new Clip(WaveData.create(sound));
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the loader used by this player.
|
||||
*/
|
||||
public SoundLoader getSoundLoader ()
|
||||
{
|
||||
return _loader;
|
||||
}
|
||||
|
||||
@Override
|
||||
public RunQueue getSoundQueue ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user