public interface PortAudioStreamCallback
| Modifier and Type | Field and Description |
|---|---|
static int |
RESULT_ABORT
"Abort" result code.
|
static int |
RESULT_COMPLETE
"Complete" result code.
|
static int |
RESULT_CONTINUE
"Continue" result code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
callback(ByteBuffer input,
ByteBuffer output)
Callback.
|
void |
finishedCallback()
Finished callback.
|
static final int RESULT_ABORT
static final int RESULT_COMPLETE
static final int RESULT_CONTINUE
int callback(ByteBuffer input, ByteBuffer output)
input - input ByteBufferoutput - output ByteBuffervoid finishedCallback()
Copyright © 2021 jitsi.org. All rights reserved.