com.threerings.openal
Class WaveDataClipProvider

java.lang.Object
  extended by com.threerings.openal.WaveDataClipProvider
All Implemented Interfaces:
ClipProvider

public class WaveDataClipProvider
extends Object
implements ClipProvider

Loads clips via the class loader using LWJGL's WaveData utility class.


Constructor Summary
WaveDataClipProvider()
           
 
Method Summary
 Clip loadClip(String path)
          Loads the specified clip from the appropriate source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveDataClipProvider

public WaveDataClipProvider()
Method Detail

loadClip

public Clip loadClip(String path)
              throws IOException
Description copied from interface: ClipProvider
Loads the specified clip from the appropriate source.

Specified by:
loadClip in interface ClipProvider
Throws:
IOException