- All Known Subinterfaces:
MovieWriter
- All Known Implementing Classes:
AVIWriter,FileMultiplexer,ImageSequenceWriter,QuickTimeMultiplexer,QuickTimeWriter
public interface Multiplexer
A
Multiplexer can write multiple media tracks into a
single output stream.- Author:
- Werner Randelshofer
-
Method Summary
-
Method Details
-
write
Writes a sample. Does nothing if the discard-flag or the prefetch-flag in the buffer is set to true.- Parameters:
track- The track number.buf- The buffer containing the sample data.- Throws:
IOException- if the write fails
-
close
Closes the Multiplexer.- Throws:
IOException- if close fails
-