|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Output
| Field Summary | |
|---|---|
static int |
INPUT_RATE
the assumed sampeling rate of the input to write(byte[], int, int) |
| Method Summary | |
|---|---|
boolean |
close()
closes the output plugin |
boolean |
isOpen()
tests if an output plugin is open for writeing |
boolean |
open()
opens the output plugin for writing |
int |
write(byte[] data,
int ofs,
int len)
try to write len bytes from offset ofs from the array data. |
| Field Detail |
|---|
static final int INPUT_RATE
| Method Detail |
|---|
boolean isOpen()
boolean open()
boolean close()
int write(byte[] data,
int ofs,
int len)
throws java.io.IOException
data - the array containing data to writeofs - the offset in data to write fromlen - the number of samples to write
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||