- 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
-
Method Details
-
getTracks
Track[] getTracks()Returns the tracks.- Returns:
- the tracks
-
close
Closes the Demultiplexer.- Throws:
IOException- if closing fails
-