Class SEQDecoder
java.lang.Object
org.monte.media.seq.SEQDecoder
SEQDecoder.
References:
http://www.fileformat.info/format/atari/egff.htm
http://www.atari-forum.com/wiki/index.php/ST_Picture_Formats
- Author:
- Werner Randelshofer
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a decoder for the specified input stream.Creates a decoder for the specified image input stream. -
Method Summary
Modifier and TypeMethodDescriptionvoidproduce(SEQMovieTrack track, boolean loadAudio) Decodes the stream and produces animation frames into the specified movie track.voidsetEnforce8BitColorModel(boolean b)
-
Constructor Details
-
SEQDecoder
Creates a decoder for the specified input stream. -
SEQDecoder
Creates a decoder for the specified image input stream.
-
-
Method Details
-
produce
Decodes the stream and produces animation frames into the specified movie track.This method can only be called once.
- Parameters:
track- The decoded data is stored in this track.loadAudio- Whether to decode audio (currently unused).- Throws:
IOException
-
setEnforce8BitColorModel
public void setEnforce8BitColorModel(boolean b)
-