com.threecoffee.media
Class SoundFetcher

java.lang.Object
  extended by com.threecoffee.media.SoundFetcher

public class SoundFetcher
extends java.lang.Object

Provides a static method to get an AudioClip instance from a given .wav/.au file.

Author:
Divyansh Prakash

Constructor Summary
SoundFetcher()
           
 
Method Summary
static java.applet.AudioClip getSound(java.lang.String url)
          Returns an AudioClip object instance from the given .wav/.au file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundFetcher

public SoundFetcher()
Method Detail

getSound

public static java.applet.AudioClip getSound(java.lang.String url)
Returns an AudioClip object instance from the given .wav/.au file.