public class DIBCodec extends AbstractVideoCodec
inputFormat, inputFormats, name, outputFormat, outputFormatsCODEC_FAILED, CODEC_INPUT_NOT_CONSUMED, CODEC_OK, CODEC_OUTPUT_NOT_FILLED| Constructor and Description |
|---|
DIBCodec() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(Buffer in,
Buffer out) |
int |
encode(Buffer in,
Buffer out) |
int |
process(Buffer in,
Buffer out) |
void |
readKey24(int[] in,
int offset,
int length,
java.awt.image.BufferedImage img) |
void |
readKey4(byte[] in,
int offset,
int length,
java.awt.image.BufferedImage img) |
void |
readKey8(byte[] in,
int offset,
int length,
java.awt.image.BufferedImage img) |
void |
writeKey24(java.io.OutputStream out,
int[] pixels,
int width,
int height,
int offset,
int scanlineStride) |
void |
writeKey4(java.io.OutputStream out,
byte[] pixels,
int width,
int height,
int offset,
int scanlineStride) |
void |
writeKey8(java.io.OutputStream out,
byte[] pixels,
int width,
int height,
int offset,
int scanlineStride) |
copyImage, getARGB32, getBufferedImage, getIndexed8, getRGB15, getRGB16, getRGB24, writeInt24, writeInt24LE, writeInts24, writeInts24LEgetInputFormat, getInputFormats, getName, getOutputFormat, getOutputFormats, reset, setInputFormat, setOutputFormat, toStringpublic void readKey4(byte[] in,
int offset,
int length,
java.awt.image.BufferedImage img)
public void readKey8(byte[] in,
int offset,
int length,
java.awt.image.BufferedImage img)
public void readKey24(int[] in,
int offset,
int length,
java.awt.image.BufferedImage img)
public void writeKey4(java.io.OutputStream out,
byte[] pixels,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionpublic void writeKey8(java.io.OutputStream out,
byte[] pixels,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionpublic void writeKey24(java.io.OutputStream out,
int[] pixels,
int width,
int height,
int offset,
int scanlineStride)
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.