public class SEQDecoder extends Object
SEQDecoder.
References:
http://www.fileformat.info/format/atari/egff.htm
http://www.atari-forum.com/wiki/index.php/ST_Picture_Formats
| Constructor and Description |
|---|
SEQDecoder(ImageInputStream in)
Creates a decoder for the specified image input stream.
|
SEQDecoder(InputStream in)
Creates a decoder for the specified input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
produce(SEQMovieTrack track,
boolean loadAudio)
Decodes the stream and produces animation frames into the specified
movie track.
|
void |
setEnforce8BitColorModel(boolean b) |
public SEQDecoder(InputStream in)
public SEQDecoder(ImageInputStream in)
public void produce(SEQMovieTrack track, boolean loadAudio) throws IOException
This method can only be called once.
track - The decoded data is stored in this track.loadAudio - Whether to decode audio (currently unused).IOExceptionpublic void setEnforce8BitColorModel(boolean b)
Copyright © 2014. All Rights Reserved.