public class ANIMMultiplexer extends ANIMOutputStream implements Multiplexer
ANIMMultiplexer
.Modifier and Type | Field and Description |
---|---|
protected Rational |
inputTime |
A2024_MONITOR_ID, absTime, DBLNTSC_MONITOR_ID, DBLPAL_MONITOR_ID, DEFAULT_MONITOR_ID, EHB_MODE, EURO36_MONITOR_ID, EURO72_MONITOR_ID, frameCount, HAM_MODE, MODE_MASK, MONITOR_ID_MASK, MULTISCAN_MONITOR_ID, NTSC_MONITOR_ID, PAL_MONITOR_ID, PROTO_MONITOR_ID, SUPER72_MONITOR_ID
Constructor and Description |
---|
ANIMMultiplexer(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
void |
write(int trackIndex,
Buffer buf)
Writes a sample.
|
close, finish, getCAMG, getJiffies, getMovieTime, setCAMG, setJiffies, writeFrame
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
protected Rational inputTime
public ANIMMultiplexer(java.io.File file) throws java.io.IOException
java.io.IOException
public void write(int trackIndex, Buffer buf) throws java.io.IOException
Multiplexer
write
in interface Multiplexer
trackIndex
- The track number.buf
- The buffer containing the sample data.java.io.IOException