public class SequenceAudioInputStream extends AudioInputStream
Modifier and Type | Field and Description |
---|---|
protected List<AudioInputStream> |
m_audioInputStreamList |
protected int |
m_nCurrentStream |
format, frameLength, framePos, frameSize
Constructor and Description |
---|
SequenceAudioInputStream(AudioFormat audioFormat,
Collection<AudioInputStream> audioInputStreams) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int nReadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] abData,
int nOffset,
int nLength) |
void |
reset() |
long |
skip(long lLength) |
getFormat, getFrameLength, read
protected List<AudioInputStream> m_audioInputStreamList
protected int m_nCurrentStream
public SequenceAudioInputStream(AudioFormat audioFormat, Collection<AudioInputStream> audioInputStreams)
public int read() throws IOException
read
in class AudioInputStream
IOException
public int read(byte[] abData, int nOffset, int nLength) throws IOException
read
in class AudioInputStream
IOException
public long skip(long lLength) throws IOException
skip
in class AudioInputStream
IOException
public int available() throws IOException
available
in class AudioInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class AudioInputStream
IOException
public void mark(int nReadLimit)
mark
in class AudioInputStream
public void reset() throws IOException
reset
in class AudioInputStream
IOException
public boolean markSupported()
markSupported
in class AudioInputStream
Copyright © 2000–2016 DFKI GmbH. All rights reserved.