Copyright 2012-04-26 Werner Randelshofer

org.monte.media.seq
Class SEQDemultiplexer

java.lang.Object
  extended by org.monte.media.seq.SEQReader
      extended by org.monte.media.seq.SEQDemultiplexer
All Implemented Interfaces:
Demultiplexer

public class SEQDemultiplexer
extends SEQReader
implements Demultiplexer

SEQDemultiplexer.

Version:
1.0 2011-02-20 Created.
Author:
Werner Randelshofer

Constructor Summary
SEQDemultiplexer(java.io.File file)
           
SEQDemultiplexer(java.io.File file, boolean variableFramerate)
           
 
Method Summary
 Track[] getTracks()
          Returns the tracks.
 
Methods inherited from class org.monte.media.seq.SEQReader
close, createCompatibleBitmap, getDuration, getFrameCount, getJiffies, getTimeBase, readFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.monte.media.Demultiplexer
close
 

Constructor Detail

SEQDemultiplexer

public SEQDemultiplexer(java.io.File file)
                 throws java.io.IOException
Throws:
java.io.IOException

SEQDemultiplexer

public SEQDemultiplexer(java.io.File file,
                        boolean variableFramerate)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getTracks

public Track[] getTracks()
Description copied from interface: Demultiplexer
Returns the tracks.

Specified by:
getTracks in interface Demultiplexer

Copyright 2012-04-26 Werner Randelshofer