com.fluendo.codecs
Class SmokeCodec
java.lang.Object
com.fluendo.codecs.SmokeCodec
public class SmokeCodec
- extends java.lang.Object
Constructor Summary |
SmokeCodec(java.awt.Component comp,
java.awt.MediaTracker tracker)
|
Method Summary |
java.awt.Image |
decode(byte[] in,
int offset,
int length)
|
int |
parseHeader(byte[] in,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEYFRAME
public static final int KEYFRAME
- See Also:
- Constant Field Values
type
public int type
width
public int width
height
public int height
fps_num
public int fps_num
fps_denom
public int fps_denom
flags
public int flags
size
public int size
blocks
public int blocks
SmokeCodec
public SmokeCodec(java.awt.Component comp,
java.awt.MediaTracker tracker)
parseHeader
public int parseHeader(byte[] in,
int offset,
int length)
decode
public java.awt.Image decode(byte[] in,
int offset,
int length)