javazoom.jl.player
Class NullAudioDevice

java.lang.Object
  |
  +--javazoom.jl.player.AudioDeviceBase
        |
        +--javazoom.jl.player.NullAudioDevice
All Implemented Interfaces:
AudioDevice

public class NullAudioDevice
extends AudioDeviceBase

The NullAudioDevice implements a silent, no-op audio device. This is useful for testing purposes.

Since:
0.0.8
Author:
Mat McGowan

Constructor Summary
NullAudioDevice()
           
 
Method Summary
 int getPosition()
          Retrieves the current playback position in milliseconds.
 
Methods inherited from class javazoom.jl.player.AudioDeviceBase
close, closeImpl, flush, flushImpl, getDecoder, isOpen, open, openImpl, setOpen, write, writeImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAudioDevice

public NullAudioDevice()
Method Detail

getPosition

public int getPosition()
Description copied from interface: AudioDevice
Retrieves the current playback position in milliseconds.


JavaZOOM 1999-2002