public interface Demultiplexer
Demultiplexer
takes a data source with multiplexed media
as an input and outputs the media in individual tracks.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the Demultiplexer.
|
Track[] |
getTracks()
Returns the tracks.
|
Track[] getTracks()
void close() throws java.io.IOException
java.io.IOException