public class ANIMWriter extends ANIMMultiplexer implements MovieWriter
| Modifier and Type | Field and Description |
|---|---|
static Format |
ANIM |
inputTimeA2024_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 |
|---|
ANIMWriter(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
int |
addTrack(Format format) |
Rational |
getDuration(int track) |
Format |
getFileFormat() |
Format |
getFormat(int track) |
int |
getTrackCount() |
boolean |
isDataLimitReached() |
boolean |
isEmpty(int track) |
boolean |
isVFRSupported() |
writeclose, finish, getCAMG, getJiffies, getMovieTime, setCAMG, setJiffies, writeFrameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, writepublic static final Format ANIM
public ANIMWriter(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic Format getFileFormat() throws java.io.IOException
getFileFormat in interface MovieWriterjava.io.IOExceptionpublic Rational getDuration(int track)
getDuration in interface MovieWriterpublic int addTrack(Format format) throws java.io.IOException
addTrack in interface MovieWriterjava.io.IOExceptionpublic Format getFormat(int track)
getFormat in interface MovieWriterpublic int getTrackCount()
getTrackCount in interface MovieWriterpublic boolean isVFRSupported()
public boolean isDataLimitReached()
isDataLimitReached in interface MovieWriterpublic boolean isEmpty(int track)
isEmpty in interface MovieWriterCopyright © 2022. All Rights Reserved.