Class SEQReader

java.lang.Object
org.monte.media.seq.SEQReader
Direct Known Subclasses:
SEQDemultiplexer

public class SEQReader extends Object
SEQReader.
Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • close

      public void close() throws IOException
      Throws:
      IOException
    • getFrameCount

      public int getFrameCount()
    • getTimeBase

      public int getTimeBase()
    • createCompatibleBitmap

      public AmigaBitmapImage createCompatibleBitmap()
    • readFrame

      public void readFrame(int index, AmigaBitmapImage image)
      Reads a frame into the supplied image.
    • getJiffies

      public int getJiffies()
    • getDuration

      public int getDuration(int index)
      Reads the duration of the specified frame.