Package mgui.io.domestic.videos
Class VideoWriter
java.lang.Object
mgui.io.FileWriter
mgui.io.domestic.videos.VideoWriter
- All Implemented Interfaces:
InterfaceIO
,IconObject
- Direct Known Subclasses:
ImageStackVideoWriter
public abstract class VideoWriter extends FileWriter
-
Field Summary
Fields inherited from class mgui.io.FileWriter
dataFile, dataURL, failure_message, options, success_message
-
Constructor Summary
Constructors Constructor Description VideoWriter()
-
Method Summary
Modifier and Type Method Description boolean
write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Writes this object according to the givenoptions
.abstract boolean
writeVideo(VideoOutputOptions options, ProgressUpdater progress_bar)
Methods inherited from class mgui.io.FileWriter
getComplementIOType, getFailureMessage, getFile, getIOType, getLoaderComplement, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getURL, setFile, setOptions, setURL, toString, write, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VideoWriter
public VideoWriter()
-
-
Method Details
-
write
Description copied from class:FileWriter
Writes this object according to the givenoptions
. If loaded object is of typePersistentObject
, this method should also set the file writer and reference URL for the object.- Specified by:
write
in classFileWriter
- Returns:
-
writeVideo
-