Package com.fluendo.codecs
Class SmokeCodec
java.lang.Object
com.fluendo.codecs.SmokeCodec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(byte[] in, int offset, int length) int
parseHeader
(byte[] in, int offset, int length)
-
Field Details
-
KEYFRAME
public static final int KEYFRAME- See Also:
-
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 Details
-
SmokeCodec
-
-
Method Details
-
parseHeader
public int parseHeader(byte[] in, int offset, int length) -
decode
-