|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamableSynthesizedOutput
Facility to support audio streaming to any
Telephony that can handle streams.
Copyright © 2008 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
int |
readSynthesizerStream(byte[] buffer,
int offset,
int length)
Reads up to length bytes of data from the synthesizer
stream into the given buffer. |
| Method Detail |
|---|
int readSynthesizerStream(byte[] buffer,
int offset,
int length)
throws IOException
length bytes of data from the synthesizer
stream into the given buffer.
buffer - the buffer into which the data is read.offset - the start offset in array buffer at which the
data is written.length - the maximum number of bytes to read.
-1 if there is no more data because the end of the stream
has been reached.
IOException - Error reading from the stream..
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||