O - type of the provided valuespublic interface SignalSource<O>
| Modifier and Type | Method and Description |
|---|---|
O |
read()
Provide the next chunk of output data.
|
void |
reset()
Reset the internal state of this AudioGenerator.
|
void reset()
reset() method.O read() throws IOException
SignalSource data, typically an SignalPullProcessor.AudioBuffer, null if no more data is availableIOException - if something goes wrongCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.