javazoom.jl.player

Class JavaSoundAudioDeviceFactory

public class JavaSoundAudioDeviceFactory extends AudioDeviceFactory

This class is responsible for creating instances of the JavaSoundAudioDevice. The audio device implementation is loaded and tested dynamically as not all systems will have support for JavaSound, or they may have the incorrect version.
Method Summary
AudioDevicecreateAudioDevice()
protected JavaSoundAudioDevicecreateAudioDeviceImpl()
voidtestAudioDevice()

Method Detail

createAudioDevice

public AudioDevice createAudioDevice()

createAudioDeviceImpl

protected JavaSoundAudioDevice createAudioDeviceImpl()

testAudioDevice

public void testAudioDevice()
JavaZOOM 1999-2005