com.threerings.openal
Class WaveDataClipProvider
java.lang.Object
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.
|
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 |
WaveDataClipProvider
public WaveDataClipProvider()
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