Class ANIMMultiplexer
java.lang.Object
org.monte.media.anim.ANIMMultiplexer
- All Implemented Interfaces:
Closeable,AutoCloseable,Multiplexer
- Direct Known Subclasses:
ANIMWriter
ANIMMultiplexer.- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inputTime
-
-
Constructor Details
-
ANIMMultiplexer
- Throws:
IOException
-
ANIMMultiplexer
- Throws:
IOException
-
-
Method Details
-
addTrack
- Specified by:
addTrackin interfaceMultiplexer- Throws:
IOException
-
write
- Specified by:
writein interfaceMultiplexer- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceMultiplexer- Throws:
IOException
-
setCAMG
public void setCAMG(int newValue) Sets the Commodore Amiga Graphics Mode. The default value is 0.The graphics mode is an or-combination of the monitor ID and the mode ID.
Example:
setCAMG(PAL_MONITOR_ID|HAM_MODE);
Also sets the Jiffies for the Graphics Mode.
-