java.lang.Object
org.monte.media.anim.ANIMOutputStream
org.monte.media.anim.ANIMMultiplexer
org.monte.media.anim.ANIMWriter
- All Implemented Interfaces:
AutoCloseable,MovieWriter,Multiplexer
ANIMWriter.- Author:
- Werner Randelshofer
-
Field Summary
FieldsFields inherited from class org.monte.media.anim.ANIMMultiplexer
inputTimeFields inherited from class org.monte.media.anim.ANIMOutputStream
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDuration(int track) getFormat(int track) intbooleanbooleanisEmpty(int track) booleanMethods inherited from class org.monte.media.anim.ANIMMultiplexer
writeMethods inherited from class org.monte.media.anim.ANIMOutputStream
close, finish, getCAMG, getJiffies, getMovieTime, setCAMG, setJiffies, writeFrameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.monte.media.av.MovieWriter
close, write
-
Field Details
-
ANIM
-
-
Constructor Details
-
ANIMWriter
- Throws:
IOException
-
ANIMWriter
- Throws:
IOException
-
-
Method Details
-
getFileFormat
- Specified by:
getFileFormatin interfaceMovieWriter- Throws:
IOException
-
getDuration
- Specified by:
getDurationin interfaceMovieWriter
-
addTrack
- Specified by:
addTrackin interfaceMovieWriter- Throws:
IOException
-
getFormat
- Specified by:
getFormatin interfaceMovieWriter
-
getTrackCount
public int getTrackCount()- Specified by:
getTrackCountin interfaceMovieWriter
-
isVFRSupported
public boolean isVFRSupported() -
isDataLimitReached
public boolean isDataLimitReached()- Specified by:
isDataLimitReachedin interfaceMovieWriter
-
isEmpty
public boolean isEmpty(int track) - Specified by:
isEmptyin interfaceMovieWriter
-