java.lang.Object
org.monte.media.imgseq.FileMultiplexer
- All Implemented Interfaces:
Multiplexer
Multiplexes samples into individual files.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileMultiplexer
-
-
Method Details
-
write
Description copied from interface:MultiplexerWrites a sample. Does nothing if the discard-flag or the prefetch-flag in the buffer is set to true.- Specified by:
writein interfaceMultiplexer- Parameters:
track- The track number.buf- The buffer containing the sample data.- Throws:
IOException- if the write fails
-
close
Description copied from interface:MultiplexerCloses the Multiplexer.- Specified by:
closein interfaceMultiplexer- Throws:
IOException- if close fails
-