Class ANIMWriter
java.lang.Object
org.monte.media.anim.ANIMMultiplexer
org.monte.media.anim.ANIMWriter
- All Implemented Interfaces:
Closeable,AutoCloseable,MovieWriter,Multiplexer
ANIMWriter.- Author:
- Werner Randelshofer
-
Field Summary
FieldsFields inherited from class org.monte.media.anim.ANIMMultiplexer
inputTime -
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
close, setCAMG, writeMethods 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- Specified by:
addTrackin interfaceMultiplexer- Overrides:
addTrackin classANIMMultiplexer- 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
-