public class WaveInput extends Object
Constructor and Description |
---|
WaveInput(WaveFormat format) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
boolean |
drained() |
protected void |
finalize()
This method (when overriden), will be called when the VM determines that the Object can be
garbage collected.
|
long |
getFramePosition() |
int |
getFrameSize() |
int |
getVolume() |
void |
pause() |
int |
readBlock(byte[] dest,
int offset,
int length) |
void |
reset() |
void |
resume() |
void |
setVolume(int left,
int right) |
public WaveInput(WaveFormat format) throws IOException
IOException
public int readBlock(byte[] dest, int offset, int length) throws IOException
IOException
public int getFrameSize() throws IOException
IOException
public int available() throws IOException
IOException
public boolean drained() throws IOException
IOException
public void reset() throws IOException
IOException
public void pause() throws IOException
IOException
public void resume() throws IOException
IOException
public void setVolume(int left, int right) throws IOException
IOException
public void close() throws IOException
IOException
public long getFramePosition() throws IOException
IOException
protected void finalize()
Object
The finalize() method of a Class is only called if it overrides finalize() - the finalize() method java.lang.Object is never called by the Eve VM.
public int getVolume() throws IOException
IOException