public interface Codec
| Modifier and Type | Field and Description |
|---|---|
static int |
CODEC_FAILED |
static int |
CODEC_INPUT_NOT_CONSUMED |
static int |
CODEC_OK |
static int |
CODEC_OUTPUT_NOT_FILLED |
| Modifier and Type | Method and Description |
|---|---|
Format |
getInputFormat() |
Format[] |
getInputFormats() |
java.lang.String |
getName() |
Format |
getOutputFormat() |
Format[] |
getOutputFormats(Format input) |
int |
process(Buffer in,
Buffer out) |
void |
reset() |
Format |
setInputFormat(Format input) |
Format |
setOutputFormat(Format output) |
static final int CODEC_OK
static final int CODEC_FAILED
static final int CODEC_INPUT_NOT_CONSUMED
static final int CODEC_OUTPUT_NOT_FILLED
Copyright © 2022. All Rights Reserved.