public class RunLengthCodec extends AbstractVideoCodec
inputFormat, inputFormats, name, outputFormat, outputFormatsCODEC_FAILED, CODEC_INPUT_NOT_CONSUMED, CODEC_OK, CODEC_OUTPUT_NOT_FILLED| Constructor and Description |
|---|
RunLengthCodec() |
| Modifier and Type | Method and Description |
|---|---|
int |
process(Buffer in,
Buffer out) |
void |
reset() |
void |
writeDelta8(javax.imageio.stream.ImageOutputStream out,
byte[] data,
byte[] prev,
int width,
int height,
int offset,
int scanlineStride) |
void |
writeDelta8(java.io.OutputStream out,
byte[] data,
byte[] prev,
int width,
int height,
int offset,
int scanlineStride) |
void |
writeKey8(javax.imageio.stream.ImageOutputStream out,
byte[] data,
int width,
int height,
int offset,
int scanlineStride) |
void |
writeKey8(java.io.OutputStream out,
byte[] data,
int width,
int height,
int offset,
int scanlineStride) |
copyImage, getARGB32, getBufferedImage, getIndexed8, getRGB15, getRGB16, getRGB24, writeInt24, writeInt24LE, writeInts24, writeInts24LEgetInputFormat, getInputFormats, getName, getOutputFormat, getOutputFormats, setInputFormat, setOutputFormat, toStringpublic void reset()
reset in interface Codecreset in class AbstractCodecpublic void writeKey8(java.io.OutputStream out,
byte[] data,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionpublic void writeKey8(javax.imageio.stream.ImageOutputStream out,
byte[] data,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionpublic void writeDelta8(java.io.OutputStream out,
byte[] data,
byte[] prev,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionpublic void writeDelta8(javax.imageio.stream.ImageOutputStream out,
byte[] data,
byte[] prev,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.