javazoom.spi.mpeg.sampled.convert
public class DecodedMpegAudioInputStream extends TAsynchronousFilteredAudioInputStream implements PropertiesContainer, TagParseListener
Constructor and Description |
---|
DecodedMpegAudioInputStream(javax.sound.sampled.AudioFormat outputFormat,
javax.sound.sampled.AudioInputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
execute() |
java.util.Map |
properties()
Return dynamic properties.
|
long |
skip(long bytes) |
long |
skipFrames(long frames)
Skip frames.
|
void |
tagParsed(TagParseEvent tpe)
Called when a tag is found (parsed from the stream,
received via UDP, etc.)
|
public DecodedMpegAudioInputStream(javax.sound.sampled.AudioFormat outputFormat, javax.sound.sampled.AudioInputStream inputStream)
public java.util.Map properties()
properties
in interface PropertiesContainer
public void execute()
public long skip(long bytes)
public long skipFrames(long frames)
frames
- public void close() throws java.io.IOException
java.io.IOException
public void tagParsed(TagParseEvent tpe)
TagParseListener
tagParsed
in interface TagParseListener
JavaZOOM 1999-2005