com.huguesjohnson.tiamat.audio
Class AudioPlayerFactory

java.lang.Object
  extended bycom.huguesjohnson.tiamat.audio.AudioPlayerFactory

public abstract class AudioPlayerFactory
extends java.lang.Object

AudioPlayerFactory - Abstract factory to select an appropriate AudioPlayer for a given file

Author:
Hugues Johnson

Constructor Summary
AudioPlayerFactory()
           
 
Method Summary
static AudioPlayer getAudioPlayerFor(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioPlayerFactory

public AudioPlayerFactory()
Method Detail

getAudioPlayerFor

public static final AudioPlayer getAudioPlayerFor(java.lang.String path)
                                           throws UnsupportedAudioFormatException
Throws:
UnsupportedAudioFormatException