| Modifier and Type | Method and Description |
|---|---|
protected int[] |
AbstractVideoCodec.getARGB32(Buffer buf) |
protected java.awt.image.BufferedImage |
AbstractVideoCodec.getBufferedImage(Buffer buf) |
protected byte[] |
AbstractVideoCodec.getIndexed8(Buffer buf) |
protected short[] |
AbstractVideoCodec.getRGB15(Buffer buf) |
protected short[] |
AbstractVideoCodec.getRGB16(Buffer buf) |
protected int[] |
AbstractVideoCodec.getRGB24(Buffer buf) |
int |
Codec.process(Buffer in,
Buffer out) |
void |
Track.read(Buffer buf) |
void |
MovieReader.read(int track,
Buffer buffer) |
void |
Buffer.setDataTo(Buffer that) |
void |
Buffer.setMetaTo(Buffer that) |
void |
Multiplexer.write(int track,
Buffer buf) |
void |
MovieWriter.write(int track,
Buffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
BitmapCodec.process(Buffer in,
Buffer out) |
void |
ANIMTrack.read(Buffer buf) |
void |
ANIMMultiplexer.write(int trackIndex,
Buffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
PCMAudioCodec.process(Buffer in,
Buffer out) |
| Modifier and Type | Field and Description |
|---|---|
protected Buffer |
AbstractAVIStream.Track.inputBuffer |
protected Buffer |
AbstractAVIStream.Track.outputBuffer |
| Modifier and Type | Method and Description |
|---|---|
int |
TechSmithCodec.decode(Buffer in,
Buffer out) |
int |
DIBCodec.decode(Buffer in,
Buffer out) |
int |
ZMBVCodec.decode(Buffer in,
Buffer out) |
int |
TechSmithCodec.encode(Buffer in,
Buffer out) |
int |
DIBCodec.encode(Buffer in,
Buffer out) |
int |
TechSmithCodec.process(Buffer in,
Buffer out) |
int |
RunLengthCodec.process(Buffer in,
Buffer out) |
int |
DIBCodec.process(Buffer in,
Buffer out) |
int |
ZMBVCodec.process(Buffer in,
Buffer out) |
void |
AVIReader.read(int track,
Buffer buffer) |
void |
AVIWriter.write(int track,
Buffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
AdjustTimeCodec.process(Buffer in,
Buffer out) |
int |
ScaleImageCodec.process(Buffer in,
Buffer out) |
int |
FFRtoVFRConverter.process(Buffer in,
Buffer out) |
int |
ColorAdjustCodec.process(Buffer in,
Buffer out) |
int |
TrimTimeCodec.process(Buffer in,
Buffer out) |
int |
PassThroughCodec.process(Buffer in,
Buffer out) |
int |
FrameRateConverter.process(Buffer in,
Buffer out) |
int |
CodecChain.process(Buffer in,
Buffer out) |
| Modifier and Type | Method and Description |
|---|---|
int |
BitmapCodec.process(Buffer in,
Buffer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSequenceTrack.read(Buffer buf) |
void |
ImageSequenceWriter.write(int track,
Buffer buf) |
void |
FileMultiplexer.write(int track,
Buffer buf)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JPEGCodec.decode(Buffer in,
Buffer out) |
int |
JPEGCodec.encode(Buffer in,
Buffer out) |
int |
JPEGCodec.process(Buffer in,
Buffer out) |
| Modifier and Type | Method and Description |
|---|---|
int |
PNGCodec.process(Buffer in,
Buffer out) |
| Modifier and Type | Field and Description |
|---|---|
protected Buffer |
AbstractQuickTimeStream.Track.inputBuffer |
protected Buffer |
AbstractQuickTimeStream.Track.outputBuffer |
| Modifier and Type | Method and Description |
|---|---|
int |
AnimationCodec.process(Buffer in,
Buffer out) |
int |
RawCodec.process(Buffer in,
Buffer out) |
void |
QuickTimeReader.read(int track,
Buffer buffer) |
void |
QuickTimeWriter.write(int track,
Buffer buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
SEQTrack.read(Buffer buf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScreenRecorder.write(Buffer buf) |
Copyright © 2022. All Rights Reserved.