|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.media.seq.SEQDecoder
public class SEQDecoder
SEQDecoder.
References:
http://www.fileformat.info/format/atari/egff.htm
http://www.atari-forum.com/wiki/index.php/ST_Picture_Formats
| Constructor Summary | |
|---|---|
SEQDecoder(javax.imageio.stream.ImageInputStream in)
Creates a decoder for the specified image input stream. |
|
SEQDecoder(java.io.InputStream in)
Creates a decoder for the specified input stream. |
|
| Method Summary | |
|---|---|
void |
produce(SEQMovieTrack track,
boolean loadAudio)
Decodes the stream and produces animation frames into the specified movie track. |
void |
setEnforce8BitColorModel(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SEQDecoder(java.io.InputStream in)
public SEQDecoder(javax.imageio.stream.ImageInputStream in)
| Method Detail |
|---|
public void produce(SEQMovieTrack track,
boolean loadAudio)
throws java.io.IOException
This method can only be called once.
track - The decoded data is stored in this track.loadAudio - Whether to decode audio (currently unused).
java.io.IOExceptionpublic void setEnforce8BitColorModel(boolean b)
|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||