Interface Demultiplexer

All Known Implementing Classes:
TrackDemultiplexer

public interface Demultiplexer
A Demultiplexer takes a data source with multiplexed media as an input and outputs the media in individual tracks.
Author:
Werner Randelshofer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the Demultiplexer.
    Returns the tracks.
  • Method Details

    • getTracks

      Track[] getTracks()
      Returns the tracks.
      Returns:
      the tracks
    • close

      void close() throws IOException
      Closes the Demultiplexer.
      Throws:
      IOException - if closing fails