|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.jl.player.AudioDeviceBase | +--javazoom.jl.player.NullAudioDevice
The NullAudioDevice
implements a silent, no-op
audio device. This is useful for testing purposes.
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 |
public NullAudioDevice()
Method Detail |
public int getPosition()
AudioDevice
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |