public interface Codec extends PlugIn
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED
Modifier and Type | Method and Description |
---|---|
Format[] |
getSupportedInputFormats() |
Format[] |
getSupportedOutputFormats(Format input) |
int |
process(Buffer input,
Buffer output) |
Format |
setInputFormat(Format format) |
Format |
setOutputFormat(Format format) |
getControl, getControls
Format[] getSupportedInputFormats()