public class SmokeCodec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
blocks |
int |
flags |
int |
fps_denom |
int |
fps_num |
int |
height |
static int |
KEYFRAME |
int |
size |
int |
type |
int |
width |
Constructor and Description |
---|
SmokeCodec(java.awt.Component comp,
java.awt.MediaTracker tracker) |
Modifier and Type | Method and Description |
---|---|
java.awt.Image |
decode(byte[] in,
int offset,
int length) |
int |
parseHeader(byte[] in,
int offset,
int length) |
public static final int KEYFRAME
public int type
public int width
public int height
public int fps_num
public int fps_denom
public int flags
public int size
public int blocks