Class AbstractVideoRecorder

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, Serializable
    Direct Known Subclasses:
    AbstractScreenRecorder, AbstractWebcamRecorder

    public abstract class AbstractVideoRecorder
    extends AbstractFileBaseRecorder
    Ancestor for video recorders.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_FramesPerSecond

        protected int m_FramesPerSecond
        the frames per second.
    • Constructor Detail

      • AbstractVideoRecorder

        public AbstractVideoRecorder()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractFileBaseRecorder
      • setFramesPerSecond

        public void setFramesPerSecond​(int value)
        Sets the frames per second.
        Parameters:
        value - the fps
      • getFramesPerSecond

        public int getFramesPerSecond()
        Returns the frames per second.
        Returns:
        the fps
      • framesPerSecondTipText

        public String framesPerSecondTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.