Class SEQReader
java.lang.Object
org.monte.media.seq.SEQReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intgetDuration(int index) Reads the duration of the specified frame.intintintvoidreadFrame(int index, AmigaBitmapImage image) Reads a frame into the supplied image.
-
Constructor Details
-
SEQReader
- Throws:
IOException
-
SEQReader
- Throws:
IOException
-
-
Method Details
-
close
- Throws:
IOException
-
getFrameCount
public int getFrameCount() -
getTimeBase
public int getTimeBase() -
createCompatibleBitmap
-
readFrame
Reads a frame into the supplied image. -
getJiffies
public int getJiffies() -
getDuration
public int getDuration(int index) Reads the duration of the specified frame.
-