Uses of Interface
javazoom.jl.player.AudioDevice

Packages that use AudioDevice
javazoom.jl.player   
javazoom.jl.player.advanced   
 

Uses of AudioDevice in javazoom.jl.player
 

Classes in javazoom.jl.player that implement AudioDevice
 class AudioDeviceBase
          The AudioDeviceBase class provides a simple thread-safe implementation of the AudioDevice interface.
 class JavaSoundAudioDevice
          The JavaSoundAudioDevice implements an audio device by using the JavaSound API.
 class NullAudioDevice
          The NullAudioDevice implements a silent, no-op audio device.
 

Methods in javazoom.jl.player that return AudioDevice
 AudioDevice JavaSoundAudioDeviceFactory.createAudioDevice()
           
 AudioDevice FactoryRegistry.createAudioDevice()
           
abstract  AudioDevice AudioDeviceFactory.createAudioDevice()
          Creates a new AudioDevice.
protected  AudioDevice PlayerApplet.getAudioDevice()
          Retrieves the AudioDevice instance that will be used to sound the audio data.
protected  AudioDevice jlp.getAudioDevice()
           
protected  AudioDevice AudioDeviceFactory.instantiate(ClassLoader loader, String name)
          Creates an instance of an AudioDevice implementation.
 

Methods in javazoom.jl.player with parameters of type AudioDevice
protected  void PlayerApplet.play(InputStream in, AudioDevice dev)
          Decompresses audio data from an InputStream and plays it back through an AudioDevice.
 

Constructors in javazoom.jl.player with parameters of type AudioDevice
Player(InputStream stream, AudioDevice device)
           
 

Uses of AudioDevice in javazoom.jl.player.advanced
 

Constructors in javazoom.jl.player.advanced with parameters of type AudioDevice
AdvancedPlayer(InputStream stream, AudioDevice device)
           
 



Copyright © 2012. All Rights Reserved.