Copyright 2012-04-26 Werner Randelshofer

org.monte.media
Interface Demultiplexer

All Known Implementing Classes:
ANIMDemultiplexer, SEQDemultiplexer, TrackDemultiplexer

public interface Demultiplexer

A Demultiplexer takes a data source with multiplexed media as an input and outputs the media in individual tracks.

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

Method Summary
 void close()
          Closes the Demultiplexer.
 Track[] getTracks()
          Returns the tracks.
 

Method Detail

getTracks

Track[] getTracks()
Returns the tracks.


close

void close()
           throws java.io.IOException
Closes the Demultiplexer.

Throws:
java.io.IOException

Copyright 2012-04-26 Werner Randelshofer