com.fluendo.codecs
Class SmokeCodec

java.lang.Object
  extended by com.fluendo.codecs.SmokeCodec

public class SmokeCodec
extends java.lang.Object


Field Summary
 int blocks
           
 int flags
           
 int fps_denom
           
 int fps_num
           
 int height
           
static int KEYFRAME
           
 int size
           
 int type
           
 int width
           
 
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
 

Field Detail

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
Constructor Detail

SmokeCodec

public SmokeCodec(java.awt.Component comp,
                  java.awt.MediaTracker tracker)
Method Detail

parseHeader

public int parseHeader(byte[] in,
                       int offset,
                       int length)

decode

public java.awt.Image decode(byte[] in,
                             int offset,
                             int length)