public interface Multiplexer
Multiplexer can write multiple media tracks into a
single output stream.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the Multiplexer.
|
void |
write(int track,
Buffer buf)
Writes a sample.
|
void write(int track,
Buffer buf)
throws java.io.IOException
track - The track number.buf - The buffer containing the sample data.java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException