Uses of Class
javazoom.jl.player.AudioDeviceFactory

Packages that use AudioDeviceFactory
javazoom.jl.player   
 

Uses of AudioDeviceFactory in javazoom.jl.player
 

Subclasses of AudioDeviceFactory in javazoom.jl.player
 class FactoryRegistry
          The FactoryRegistry class stores the factories for all the audio device implementations available in the system.
 class JavaSoundAudioDeviceFactory
          This class is responsible for creating instances of the JavaSoundAudioDevice.
 

Methods in javazoom.jl.player that return AudioDeviceFactory
protected  AudioDeviceFactory[] FactoryRegistry.getFactoriesPriority()
           
 

Methods in javazoom.jl.player with parameters of type AudioDeviceFactory
 void FactoryRegistry.addFactory(AudioDeviceFactory factory)
          Registers an AudioDeviceFactory instance with this registry.
 void FactoryRegistry.removeFactory(AudioDeviceFactory factory)
           
 



Copyright © 2012. All Rights Reserved.