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
  • Constructor Details

    • VideoWriter

      public VideoWriter()
  • Method Details

    • write

      public boolean write​(InterfaceIOOptions options, ProgressUpdater progress_bar)
      Description copied from class: FileWriter
      Writes this object according to the given options. If loaded object is of type PersistentObject, this method should also set the file writer and reference URL for the object.
      Specified by:
      write in class FileWriter
      Returns:
    • writeVideo

      public abstract boolean writeVideo​(VideoOutputOptions options, ProgressUpdater progress_bar)