public class DecodedMpegAudioInputStream extends org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStream implements PropertiesContainer, TagParseListener
m_circularBufferformat, frameLength, framePos, frameSize| Constructor and Description |
|---|
DecodedMpegAudioInputStream(AudioFormat outputFormat,
AudioInputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
execute() |
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.)
|
available, getCircularBuffer, mark, markSupported, read, read, read, reset, writeMoregetFormat, getFrameLengthpublic DecodedMpegAudioInputStream(AudioFormat outputFormat, AudioInputStream inputStream)
public Map properties()
properties in interface PropertiesContainerproperties in class org.tritonus.share.sampled.convert.TAudioInputStreampublic void execute()
execute in interface org.tritonus.share.TCircularBuffer.Triggerpublic long skip(long bytes)
skip in class org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStreampublic long skipFrames(long frames)
frames - public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStreamIOExceptionpublic void tagParsed(TagParseEvent tpe)
TagParseListenertagParsed in interface TagParseListenerCopyright © 2016. All Rights Reserved.