Copyright 2012-04-26 Werner Randelshofer

org.monte.media.imgseq
Class TrackDemultiplexer

java.lang.Object
  extended by org.monte.media.imgseq.TrackDemultiplexer
All Implemented Interfaces:
Demultiplexer

public class TrackDemultiplexer
extends java.lang.Object
implements Demultiplexer

Can "demultiplex" an array of already demultiplexed tracks.

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

Constructor Summary
TrackDemultiplexer(Track[] tracks)
           
 
Method Summary
 void close()
          Closes the Demultiplexer.
 Track[] getTracks()
          Returns the tracks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackDemultiplexer

public TrackDemultiplexer(Track[] tracks)
Method Detail

getTracks

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

Specified by:
getTracks in interface Demultiplexer

close

public void close()
           throws java.io.IOException
Description copied from interface: Demultiplexer
Closes the Demultiplexer.

Specified by:
close in interface Demultiplexer
Throws:
java.io.IOException

Copyright 2012-04-26 Werner Randelshofer